Commit 7d99a434 authored by lixy's avatar lixy

后台用户管理

parent b06a9920
...@@ -154,7 +154,7 @@ export default { ...@@ -154,7 +154,7 @@ export default {
password: undefined, password: undefined,
passwordEdit: undefined, passwordEdit: undefined,
description: undefined, description: undefined,
dataLimit: [], dataLimit: [],//数据权限
members: [], members: [],
}, },
baranchQuery: { baranchQuery: {
...@@ -509,7 +509,7 @@ export default { ...@@ -509,7 +509,7 @@ export default {
companyId: undefined, companyId: undefined,
password: "", password: "",
description: undefined, description: undefined,
dataLimit: undefined, dataLimit: [],
members: [], members: [],
}; };
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment