flx:修复质量接口不正确
This commit is contained in:
parent
ebdf700856
commit
fd084925ca
@ -2176,8 +2176,8 @@ import {
|
|||||||
getQualityRegionConstructionDrawByIdApi,
|
getQualityRegionConstructionDrawByIdApi,
|
||||||
} from "@/assets/js/api/quality.js";
|
} from "@/assets/js/api/quality.js";
|
||||||
import {
|
import {
|
||||||
getEffectiveConfigSecurityDangerFieldApi,
|
getEffectiveConfigDangerFieldApi,
|
||||||
getEffectiveConfigSecurityDangerReviewVerifyApi,
|
getEffectiveConfigDangerReviewVerifyApi,
|
||||||
} from "@/assets/js/api/safeManage";
|
} from "@/assets/js/api/safeManage";
|
||||||
import { getDictionaryItemApi } from "@/assets/js/api/companyDiagram";
|
import { getDictionaryItemApi } from "@/assets/js/api/companyDiagram";
|
||||||
import {
|
import {
|
||||||
@ -2522,7 +2522,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
getXzSecurityDangerReviewVerifyList() {
|
getXzSecurityDangerReviewVerifyList() {
|
||||||
getEffectiveConfigSecurityDangerReviewVerifyApi({
|
getEffectiveConfigDangerReviewVerifyApi({
|
||||||
sn: this.projectSn,
|
sn: this.projectSn,
|
||||||
companyProjectType: 2,
|
companyProjectType: 2,
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
@ -2554,7 +2554,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
getSecurityDangerFieldPage(recordType) {
|
getSecurityDangerFieldPage(recordType) {
|
||||||
getEffectiveConfigSecurityDangerFieldApi({
|
getEffectiveConfigDangerFieldApi({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: -1,
|
pageSize: -1,
|
||||||
sn: this.projectSn,
|
sn: this.projectSn,
|
||||||
|
|||||||
@ -2238,7 +2238,7 @@ import {
|
|||||||
getPostponeRectifyApplyListApi,
|
getPostponeRectifyApplyListApi,
|
||||||
approveOrRejectPostponeRectifyApplyApi,
|
approveOrRejectPostponeRectifyApplyApi,
|
||||||
} from "@/assets/js/api/quality.js";
|
} 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 { getDictionaryItemApi } from "@/assets/js/api/companyDiagram";
|
||||||
import {
|
import {
|
||||||
getProjectChilderSystemUserListApi,
|
getProjectChilderSystemUserListApi,
|
||||||
@ -2567,7 +2567,7 @@ export default {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
getSecurityDangerFieldPage(recordType) {
|
getSecurityDangerFieldPage(recordType) {
|
||||||
getEffectiveConfigSecurityDangerFieldApi({
|
getEffectiveConfigDangerFieldApi({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: -1,
|
pageSize: -1,
|
||||||
sn: this.projectSn,
|
sn: this.projectSn,
|
||||||
|
|||||||
@ -624,8 +624,8 @@ import {
|
|||||||
getSmallListDangerTypeRecordApi,
|
getSmallListDangerTypeRecordApi,
|
||||||
getRiskListSourcePageApi,
|
getRiskListSourcePageApi,
|
||||||
getRiskListSourceDataCenteCountRisksByLibraryApi,
|
getRiskListSourceDataCenteCountRisksByLibraryApi,
|
||||||
|
getSelectQualityStatisticsNumApi,
|
||||||
} from "@/assets/js/api/quality.js";
|
} from "@/assets/js/api/quality.js";
|
||||||
import { getSelectQualityStatisticsNumApi } from "@/assets/js/api/laborPerson";
|
|
||||||
import { getDictionaryItemApi } from "@/assets/js/api/companyDiagram";
|
import { getDictionaryItemApi } from "@/assets/js/api/companyDiagram";
|
||||||
import { getRiskListLibraryApi } from "@/assets/js/api/safeManage";
|
import { getRiskListLibraryApi } from "@/assets/js/api/safeManage";
|
||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user