@@ -319,7 +319,7 @@
dispatchBillDetailList : type == 0 ? [row.dispatchBillDetailSn] : row
}).then(res => {
if (res.status == 200) {
- _this.$emit('refashTable')
+ _this.$emit('refashTable', true)
_this.$message.success(res.message)
_this.spinning = false
} else {
@@ -121,6 +121,7 @@ export default {
this.getTotalData()
+ this.$refs.partQuery.resetSearchForm()
this.$refs.partQuery.clearSelectTable()
this.$message.success('添加成功', 2.5)
this.spinning = false