eslint fixed and 页面权限配置 and 默认权限数据加载.
This commit is contained in:
@@ -98,7 +98,10 @@ export default {
|
||||
this.loading = false;
|
||||
if (res.code == 0) {
|
||||
this.$message.success(res.msg);
|
||||
this.$emit("closeCreateUserDialog", { refresh: true, data: res.data });
|
||||
this.$emit("closeCreateUserDialog", {
|
||||
refresh: true,
|
||||
data: res.data,
|
||||
});
|
||||
} else {
|
||||
notification.error({
|
||||
message: "error",
|
||||
|
||||
Reference in New Issue
Block a user