This commit is contained in:
pushuo 2022-07-01 14:41:03 +08:00
parent f75848afcf
commit f2d6187236
1 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,8 @@
data: self.dialogCustomers.form,
success: function(res) {
self.$message.success(res.message);
self.customers.push(res.data);
self.dialogCustomers.show = false
}
})
});