质检结果强制确认

This commit is contained in:
2022-08-22 13:44:51 +08:00
parent 13f8395529
commit 3c5f710f88

View File

@@ -328,6 +328,7 @@ export default {
return return
} }
if (!this.sure) { if (!this.sure) {
this.disabled1 = false
return return
} }
let arr = this.dataList.filter(el => el.testing_value === '') let arr = this.dataList.filter(el => el.testing_value === '')
@@ -338,6 +339,7 @@ export default {
this._inspectConfirm() this._inspectConfirm()
}, },
closeModalCallback () { closeModalCallback () {
this.disabled1 = false
this.mdShow = false this.mdShow = false
}, },
comfirmCallback () { comfirmCallback () {