From bb0bcd2d88879ea1a981a726151f577b848a992b Mon Sep 17 00:00:00 2001 From: guoshuang Date: Tue, 13 Dec 2022 16:59:17 +0800 Subject: [PATCH] =?UTF-8?q?cosmoim-852=20fix=20=E4=BF=84=E7=BD=97=E6=96=AF?= =?UTF-8?q?=E5=8E=9F=E6=9D=90=E6=96=99=E6=8A=A5=E5=BA=9Fbug=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/login/index.vue | 2 +- src/pages/raw/warehouse/RUS-rowScrap/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/login/login/index.vue b/src/pages/login/login/index.vue index c1ad598..1d7083d 100644 --- a/src/pages/login/login/index.vue +++ b/src/pages/login/login/index.vue @@ -171,7 +171,7 @@ export default class LoginPage extends BasePage { console.log('......', server.serverAddress); if (server.serverAddress.includes('https://eurmom.haier.net')) { //修改俄罗斯版本号 - this.Version = '1.1.12'; + this.Version = '1.1.13'; } else { this.Version = '1.0.46'; } diff --git a/src/pages/raw/warehouse/RUS-rowScrap/index.vue b/src/pages/raw/warehouse/RUS-rowScrap/index.vue index a9ab24c..03ec47f 100644 --- a/src/pages/raw/warehouse/RUS-rowScrap/index.vue +++ b/src/pages/raw/warehouse/RUS-rowScrap/index.vue @@ -134,13 +134,13 @@ export default class KanDanHandOver extends BasePage { duration: 2000, image: '/static/icons/icon-51.png', }); + this.MaterialList = []; this.model.orderInInfoList.forEach((item: any) => { item.fileNo = ''; let arr: any = { label: item.productCode, value: item.productCode, }; - this.MaterialList = []; this.MaterialList.push(arr); }); this.Some = this.model.orderInInfoList[0];