提交 5da5296c 作者: wk

项目不人员切换组织

父级 1ea6c48a
......@@ -8,8 +8,8 @@ const $config = {
pageSize: 20,
isPage: 1,
smsCfg: "industry",
// base: "https://test-console-api.hzdingmao.com",
// base: "https://dev-console-api.hzdingmao.com",
// base: "https://test-console-api.hzdingmao.com",
base: "https://console-api.hibuilding.cn",
// gtrBase:"https://cwcd-h5.huizhucloud.com",//测试
gtrBase: "https://gdt-front-mobile.hibuilding.cn", //生产
......
......@@ -81,7 +81,9 @@
var list = result.data.list
if (list && list.length > 0) {
if (getApp().globalData.userInfo.user.dept_type == 2) { //项目级
this.trees = list[0].children_list
this.trees = list[0].children_list.filter(item =>
item.dept_no == getApp().globalData.userInfo.user.dept_no
)
} else {
if (list[0].no == '001') {
this.trees = list[0].children_list
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
Please register or to comment