质检结果强制确认

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