提交 c4909fe1 编写于 作者: guangjun.yang's avatar guangjun.yang

默认值问题

上级 8eeb998e
......@@ -41,7 +41,7 @@ export default {
token: "",
userName: "",
authList: [],
systemType: 36,
systemType: 38,
};
},
computed: {
......@@ -97,7 +97,7 @@ export default {
if (res.code == "000000") {
vm.userName = res.data.userName;
vm.authList = res.data.systemInfoList;
let systemType = 36, authList = res.data.systemInfoList;
let systemType = 38, authList = res.data.systemInfoList;
let s = authList.find( item => {
return item.systemNameAbbreviation = 'PCIM';
});
......
......@@ -42,7 +42,7 @@ export default {
},
systemType: {
type: Number | String,
value: 36,
value: 38,
}
},
data() {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册