Commit 724b128e by caoyanzhi

update: 调整字段取值

parent 2c827ad1
...@@ -161,7 +161,7 @@ export default { ...@@ -161,7 +161,7 @@ export default {
const { seeType, managerType } = res.result || {}; const { seeType, managerType } = res.result || {};
Object.assign(this.roleData, { Object.assign(this.roleData, {
seeType: typeof seeType != 'string' && typeof seeType != 'number' ? '1' : String(seeType), seeType: typeof seeType != 'string' && typeof seeType != 'number' ? '1' : String(seeType),
managerType: typeof managerType != 'string' && typeof managerType != 'number' ? '1' : String(seeType) managerType: typeof managerType != 'string' && typeof managerType != 'number' ? '1' : String(managerType)
}); });
}); });
// 获取应用开启状态的数据 // 获取应用开启状态的数据
......
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