This commit is contained in:
lixuan
2023-02-27 16:53:38 +08:00
parent cba8576e30
commit d3a85324d1
4 changed files with 17 additions and 9 deletions

View File

@@ -229,6 +229,8 @@ export default {
// this.$set(this.billData.list,this.billData.index,this.billAddData)
this.$message.success(res.msg)
this.dialogDelivery = false
this.$forceUpdate()
this.$emit("closeWindow")
}
})
},
@@ -248,6 +250,7 @@ export default {
// this.$set(this.billData.list,index,this.billAddData)
this.$message.success(res.msg)
this.dialogBillAdd = false
this.$emit("closeWindow");
}
})
})
@@ -367,8 +370,8 @@ export default {
closeWindow() {
this.$emit("closeWindow");
this.form = {};
this.$refs.form.clearValidate();
this.controlWindows.bill = false;
this.$refs.form.clearValidate();
},
},
};