diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index f773bb6..753b4b5 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -142,7 +142,7 @@ export default class LoginPage extends BasePage { // console.log('Version////', this.Version); } ///********版本号修改区域********** - version = '0.0.79'; //正式版本号 + version = '0.0.80'; //正式版本号 //version = '0.0.4'; //测试版本号 //***************标志修改区域:是否是测试标志: false 正式版本; true 测试版本**************** //isTest = true; diff --git a/src/pages/quality/Materialinspection/model.ts b/src/pages/quality/Materialinspection/model.ts index eeeea3b..6431fb1 100644 --- a/src/pages/quality/Materialinspection/model.ts +++ b/src/pages/quality/Materialinspection/model.ts @@ -218,7 +218,7 @@ export class Materialinspection extends VuexModule { const materialFromList: [] = result; const locList6 = materialFromList.map((item: any) => ({ label: item.userName, - value: item.userId, + value: item.userCode, })); return { locList6 }; } @@ -253,7 +253,7 @@ export class Materialinspection extends VuexModule { const listqc: [] = result; const locList8 = listqc.map((item: any) => ({ label: item.userName, - value: item.userId, + value: item.userCode, })); return { locList8 }; }