forked from integrated_whb/integrated_whb_vue
排查計劃
parent
284407c8f9
commit
47da726664
|
@ -69,7 +69,7 @@ export const getChecklistInspectionStatusRecordMap = (params) =>
|
|||
export const getInspectionRecordList = (params) =>
|
||||
post("/checkrecord/allList", params); // 检查记录管理列表
|
||||
export const getTroubleshootingPlanList = (params) =>
|
||||
post("/listmanager/checkPlan", params); // 排查计划列表
|
||||
post("/listmanager/mergeCheckPlan", params); // 排查计划列表
|
||||
|
||||
export const getCustomList = (params) =>
|
||||
post("/hiddenstandardCustom/list", params); // 隐患排查清单管理列表
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
</layout-card>
|
||||
<flow-chart
|
||||
v-model:visible="data.flowChartDialog.visible"
|
||||
:flowList="data.flowChartDialog.flowList"
|
||||
:flow-list="data.flowChartDialog.flowList"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue