Compare commits

..

No commits in common. "5da34c0bfa0e288caaf2727c125cdd2b72a49a03" and "55555c472562caea3fe2edcd0c36df04927d153e" have entirely different histories.

2 changed files with 7 additions and 0 deletions

View File

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

View File

@ -95,6 +95,12 @@ export default {
this.loading = false
this.form = data.data
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) => {
this.$message.error(e)
this.loading = false