pushuo 2022-08-18 16:14:19 +08:00
parent 773c01c4c5
commit c9ae8a56ec
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
$http.post('customers', this.dialogCustomers.form).then((res) => {
this.$message.success(res.message);
this.customers.push(res.data);
this.loadData();// this.customers.data.push(res.data);
this.dialogCustomers.show = false
})
});