diff --git a/resources/beike/admin/views/pages/customers/index.blade.php b/resources/beike/admin/views/pages/customers/index.blade.php index d271aaf4..ce64bedb 100644 --- a/resources/beike/admin/views/pages/customers/index.blade.php +++ b/resources/beike/admin/views/pages/customers/index.blade.php @@ -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 }) });