From 2174adaadffee05ae76b50bad599d0718612099e Mon Sep 17 00:00:00 2001 From: guoshuang Date: Fri, 19 Jul 2024 15:49:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=A5=E6=96=99=E4=BA=BA=E5=91=98=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=A5=E5=8F=A3=E8=BF=94=E5=9B=9E=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E6=94=B9=E5=8F=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login/index.vue | 2 +- src/pages/quality/Materialinspection/model.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }; }