|
@@ -1069,7 +1069,7 @@ export default {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
})
|
|
})
|
|
- deleteBatch({ ids: ids ,itemId:itemId}).then(res => {
|
|
|
|
|
|
+ deleteBatch({ ids: ids.toString() ,itemId:itemId.toString()}).then(res => {
|
|
this.loading = false
|
|
this.loading = false
|
|
if (res.success) {
|
|
if (res.success) {
|
|
// console.log('提交成功,单据状态改为【已提交】')
|
|
// console.log('提交成功,单据状态改为【已提交】')
|