确认上料
This commit is contained in:
@@ -108,6 +108,7 @@ export default {
|
||||
async _washQuery () {
|
||||
let res = await washQuery(this.value1, this.value2)
|
||||
if (res.code === 200) {
|
||||
this.checkArr = []
|
||||
res.content.map(el => {
|
||||
this.$set(el, 'checked', false)
|
||||
})
|
||||
@@ -129,8 +130,6 @@ export default {
|
||||
let res = await washSubmitWash(arr)
|
||||
if (res.code === 200) {
|
||||
this.toast(res.msg)
|
||||
this.value1 = ''
|
||||
this.value2 = ''
|
||||
this._washQuery()
|
||||
}
|
||||
this.disabled1 = false
|
||||
|
||||
Reference in New Issue
Block a user