质检结果强制确认
This commit is contained in:
@@ -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 () {
|
||||||
|
|||||||
Reference in New Issue
Block a user