flx:去除安全质量核验人和企业的关联
This commit is contained in:
parent
236ca95619
commit
249d577934
@ -209,7 +209,7 @@ if (process.env.NODE_ENV == "development") {
|
||||
// axios.defaults.baseURL = "http://jxj.zhgdyun.com:9500";
|
||||
// axios.defaults.baseURL = "http://jxj.zhgdyun.com:21000/"; // 潮州
|
||||
// axios.defaults.baseURL = "http://gszhdz.crpower.com.cn:9809/"; // 敦煌
|
||||
// axios.defaults.baseURL = "http://112.93.255.85:9840/"; // 广深高速
|
||||
axios.defaults.baseURL = "http://112.93.255.85:9840/"; // 广深高速
|
||||
} else if (process.env.NODE_ENV == "debug") {
|
||||
axios.defaults.baseURL = "https://www.ceshi.com";
|
||||
} else if (process.env.NODE_ENV == "production") {
|
||||
|
||||
@ -4358,7 +4358,7 @@ export default {
|
||||
};
|
||||
if (this.dangerReviewInfo.enableVerify == 1) {
|
||||
data.roleName = this.dangerReviewInfo.verifyRoleName;
|
||||
data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
// data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
}
|
||||
getProjectChilderSystemUserListApi(data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
||||
@ -2121,7 +2121,7 @@ export default {
|
||||
};
|
||||
if (this.dangerReviewInfo.enableVerify == 1) {
|
||||
data.roleName = this.dangerReviewInfo.verifyRoleName;
|
||||
data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
// data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
}
|
||||
getProjectChilderSystemUserListApi(data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
||||
@ -2121,7 +2121,7 @@ export default {
|
||||
};
|
||||
if (this.dangerReviewInfo.enableVerify == 1) {
|
||||
data.roleName = this.dangerReviewInfo.verifyRoleName;
|
||||
data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
// data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
}
|
||||
getProjectChilderSystemUserListApi(data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
||||
@ -4358,7 +4358,7 @@ export default {
|
||||
};
|
||||
if (this.dangerReviewInfo.enableVerify == 1) {
|
||||
data.roleName = this.dangerReviewInfo.verifyRoleName;
|
||||
data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
// data.enterpriseId = this.unitEnterpriseId.join(",");
|
||||
}
|
||||
getProjectChilderSystemUserListApi(data).then((res) => {
|
||||
if (res.code == 200) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user