From 0e5cc5f682866e32be324024a72f54d117eb6423 Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期三, 28 九月 2022 17:39:17 +0800 Subject: [PATCH] 1.设备维修申请静态页面开发完成 --- pages/sbgl/dqby.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/sbgl/dqby.html b/pages/sbgl/dqby.html index 647001e..0da7910 100644 --- a/pages/sbgl/dqby.html +++ b/pages/sbgl/dqby.html @@ -154,7 +154,7 @@ dropdownValue = topContent.find(r => r.code === topContent[0].code).main_cycle centerContent = res.data - centerContent = JSON.parse(JSON.stringify(centerContent)) + // centerContent = JSON.parse(JSON.stringify(centerContent)) centerContent.forEach(item => { item.isDisabled = item.isscan === 'Y' item.inputValue = '' @@ -411,7 +411,7 @@ methods: { // 鏈� 骞撮�夋嫨 onSelectSheet(val) { - dropdownValue = val + dropdownValue = val.code this.$forceUpdate() this.sheetFlag = false }, -- Gitblit v1.9.3