15520 监管端数据保存到企业端后 查看监管端数据报错 注意三项库的每个菜单都看一下

20240528Test
liujun 2024-05-10 15:59:21 +08:00
parent 19750941cd
commit 3f975ad00a
2 changed files with 0 additions and 7 deletions

View File

@ -95,7 +95,6 @@ export default {
this.loading = false this.loading = false
this.form = data.data this.form = data.data
this.form.FILE = [] this.form.FILE = []
this.remoteControl.keyOne = !(this.form.CATEGORY_LIST[0].CATEGORY_ID === '691346658ed744a1bda2ed3a755f606c')
}).catch((e) => { }).catch((e) => {
this.$message.error(e) this.$message.error(e)
this.loading = false this.loading = false

View File

@ -95,12 +95,6 @@ export default {
this.loading = false this.loading = false
this.form = data.data this.form = data.data
this.form.FILE = [] this.form.FILE = []
// CATEGORY_LISTCATEGORY_LISTkeyOnetrue
if (this.form.CATEGORY_LIST.length > 0) {
this.remoteControl.keyOne = !(this.form.CATEGORY_LIST[0].CATEGORY_ID === '7158f688d0f34054a28a9275139298df')
} else {
this.remoteControl.keyOne = true
}
}).catch((e) => { }).catch((e) => {
this.$message.error(e) this.$message.error(e)
this.loading = false this.loading = false