فهرست منبع

修改删除员工不刷新的问题

wangn 5 سال پیش
والد
کامیت
b840cf8191
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      pt/src/saas/shop/manage.vue

+ 1 - 0
pt/src/saas/shop/manage.vue

@@ -142,6 +142,7 @@ export default {
 			this.$service.auth.shopAdminDelete(param).then(res => {
 			this.$service.auth.shopAdminDelete(param).then(res => {
 				this.$message.success('操作成功!');
 				this.$message.success('操作成功!');
         this.$refs[`popover-` + item.id].doClose();
         this.$refs[`popover-` + item.id].doClose();
+        this.app.refresh()
 			});
 			});
 		},
 		},
 	}
 	}