flx:去除核验人和企业的关联
This commit is contained in:
parent
211488c102
commit
f24f8d1c16
@ -2,8 +2,8 @@
|
||||
"name" : "智慧安全", //中建四局
|
||||
"appid" : "__UNI__4AA4101",
|
||||
"description" : "",
|
||||
"versionName" : "1.8.3",
|
||||
"versionCode" : 183,
|
||||
"versionName" : "1.8.4",
|
||||
"versionCode" : 184,
|
||||
"transformPx" : false,
|
||||
"sassImplementationName" : "node-sass",
|
||||
/* 5+App特有相关 */
|
||||
|
||||
@ -624,7 +624,7 @@
|
||||
this.userInfo = JSON.parse(uni.getStorageSync('userInfo'));
|
||||
this.getCheckPointList();
|
||||
this.getIssueList();
|
||||
this.getPersonList();
|
||||
|
||||
// this.getReviewPeopleList();
|
||||
// this.getPersonUpdateList();
|
||||
this.getProgressListData()
|
||||
@ -764,6 +764,7 @@
|
||||
this.dangerReviewInfo = {
|
||||
...data
|
||||
};
|
||||
this.getPersonList();
|
||||
}
|
||||
}
|
||||
})
|
||||
@ -1503,7 +1504,7 @@
|
||||
}
|
||||
if (this.dangerReviewInfo.enableVerify == 1) {
|
||||
data.roleName = this.dangerReviewInfo.verifyRoleName;
|
||||
data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
// data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
}
|
||||
this.sendRequest({
|
||||
url: 'xmgl/systemUser/getProjectChilderSystemUserList',
|
||||
|
||||
@ -627,7 +627,7 @@
|
||||
this.userInfo = JSON.parse(uni.getStorageSync('userInfo'));
|
||||
this.getCheckPointList();
|
||||
this.getIssueList();
|
||||
this.getPersonList();
|
||||
|
||||
// this.getReviewPeopleList();
|
||||
// this.getPersonUpdateList();
|
||||
this.getProgressListData()
|
||||
@ -772,6 +772,7 @@
|
||||
this.dangerReviewInfo = {
|
||||
...data
|
||||
};
|
||||
this.getPersonList();
|
||||
}
|
||||
}
|
||||
})
|
||||
@ -1586,7 +1587,7 @@
|
||||
}
|
||||
if (this.dangerReviewInfo.enableVerify == 1) {
|
||||
data.roleName = this.dangerReviewInfo.verifyRoleName;
|
||||
data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
// data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
}
|
||||
this.sendRequest({
|
||||
url: 'xmgl/systemUser/getProjectChilderSystemUserList',
|
||||
|
||||
@ -624,7 +624,7 @@
|
||||
this.userInfo = JSON.parse(uni.getStorageSync('userInfo'));
|
||||
this.getCheckPointList();
|
||||
this.getIssueList();
|
||||
this.getPersonList();
|
||||
|
||||
// this.getReviewPeopleList();
|
||||
// this.getPersonUpdateList();
|
||||
this.getProgressListData()
|
||||
@ -764,6 +764,7 @@
|
||||
this.dangerReviewInfo = {
|
||||
...data
|
||||
};
|
||||
this.getPersonList();
|
||||
}
|
||||
}
|
||||
})
|
||||
@ -1502,7 +1503,7 @@
|
||||
}
|
||||
if (this.dangerReviewInfo.enableVerify == 1) {
|
||||
data.roleName = this.dangerReviewInfo.verifyRoleName;
|
||||
data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
// data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
}
|
||||
this.sendRequest({
|
||||
url: 'xmgl/systemUser/getProjectChilderSystemUserList',
|
||||
|
||||
@ -627,7 +627,7 @@
|
||||
this.userInfo = JSON.parse(uni.getStorageSync('userInfo'));
|
||||
this.getCheckPointList();
|
||||
this.getIssueList();
|
||||
this.getPersonList();
|
||||
|
||||
// this.getReviewPeopleList();
|
||||
// this.getPersonUpdateList();
|
||||
this.getProgressListData()
|
||||
@ -772,6 +772,7 @@
|
||||
this.dangerReviewInfo = {
|
||||
...data
|
||||
};
|
||||
this.getPersonList();
|
||||
}
|
||||
}
|
||||
})
|
||||
@ -1585,7 +1586,7 @@
|
||||
}
|
||||
if (this.dangerReviewInfo.enableVerify == 1) {
|
||||
data.roleName = this.dangerReviewInfo.verifyRoleName;
|
||||
data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
// data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
}
|
||||
this.sendRequest({
|
||||
url: 'xmgl/systemUser/getProjectChilderSystemUserList',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user