|
@@ -1353,10 +1353,12 @@ export default {
|
|
|
if (typeof this.form.corpsTypeId == 'object') {
|
|
|
this.form.corpsTypeId = this.form.corpsTypeId.join(",")
|
|
|
}
|
|
|
+ this.pageLoading = true
|
|
|
revokeOutGoods(this.form).then(res => {
|
|
|
- console.log(res)
|
|
|
this.$message.success('撤销成功')
|
|
|
this.queryData(res.data.data.id)
|
|
|
+ }).finally(() => {
|
|
|
+ this.pageLoading = false
|
|
|
})
|
|
|
} else {
|
|
|
return false;
|