Merge branch 'uat-safe' of http://192.168.34.160:8023/admin/zhgdyun into gsgs-dev
This commit is contained in:
commit
52934e580c
@ -2176,8 +2176,8 @@ import {
|
||||
getQualityRegionConstructionDrawByIdApi,
|
||||
} from "@/assets/js/api/quality.js";
|
||||
import {
|
||||
getEffectiveConfigSecurityDangerFieldApi,
|
||||
getEffectiveConfigSecurityDangerReviewVerifyApi,
|
||||
getEffectiveConfigDangerFieldApi,
|
||||
getEffectiveConfigDangerReviewVerifyApi,
|
||||
} from "@/assets/js/api/safeManage";
|
||||
import { getDictionaryItemApi } from "@/assets/js/api/companyDiagram";
|
||||
import {
|
||||
@ -2522,7 +2522,7 @@ export default {
|
||||
});
|
||||
},
|
||||
getXzSecurityDangerReviewVerifyList() {
|
||||
getEffectiveConfigSecurityDangerReviewVerifyApi({
|
||||
getEffectiveConfigDangerReviewVerifyApi({
|
||||
sn: this.projectSn,
|
||||
companyProjectType: 2,
|
||||
}).then((res) => {
|
||||
@ -2554,7 +2554,7 @@ export default {
|
||||
});
|
||||
},
|
||||
getSecurityDangerFieldPage(recordType) {
|
||||
getEffectiveConfigSecurityDangerFieldApi({
|
||||
getEffectiveConfigDangerFieldApi({
|
||||
pageNo: 1,
|
||||
pageSize: -1,
|
||||
sn: this.projectSn,
|
||||
|
||||
@ -2238,7 +2238,7 @@ import {
|
||||
getPostponeRectifyApplyListApi,
|
||||
approveOrRejectPostponeRectifyApplyApi,
|
||||
} from "@/assets/js/api/quality.js";
|
||||
import { getEffectiveConfigSecurityDangerFieldApi } from "@/assets/js/api/safeManage";
|
||||
import { getEffectiveConfigDangerFieldApi } from "@/assets/js/api/safeManage";
|
||||
import { getDictionaryItemApi } from "@/assets/js/api/companyDiagram";
|
||||
import {
|
||||
getProjectChilderSystemUserListApi,
|
||||
@ -2567,7 +2567,7 @@ export default {
|
||||
});
|
||||
},
|
||||
getSecurityDangerFieldPage(recordType) {
|
||||
getEffectiveConfigSecurityDangerFieldApi({
|
||||
getEffectiveConfigDangerFieldApi({
|
||||
pageNo: 1,
|
||||
pageSize: -1,
|
||||
sn: this.projectSn,
|
||||
|
||||
@ -624,8 +624,8 @@ import {
|
||||
getSmallListDangerTypeRecordApi,
|
||||
getRiskListSourcePageApi,
|
||||
getRiskListSourceDataCenteCountRisksByLibraryApi,
|
||||
getSelectQualityStatisticsNumApi,
|
||||
} from "@/assets/js/api/quality.js";
|
||||
import { getSelectQualityStatisticsNumApi } from "@/assets/js/api/laborPerson";
|
||||
import { getDictionaryItemApi } from "@/assets/js/api/companyDiagram";
|
||||
import { getRiskListLibraryApi } from "@/assets/js/api/safeManage";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user