gaoluyang
2026-09-02 9227d2b4e4aad18b48ec879b136d3cca12de5613
新疆-新聚工贸
1.安全生产新增提交报错问题
已修改4个文件
4 ■■■■ 文件已修改
src/views/safeProduction/accidentReportingRecord/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safeProduction/emergencyPlanReview/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safeProduction/hazardSourceLedger/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safeProduction/safetyTrainingAssessment/index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/safeProduction/accidentReportingRecord/index.vue
@@ -562,6 +562,7 @@
        handleMeasures: "", // 应急处置措施
        remark: "", // 备注
      });
      delete form.value.id;
    } else if (type === "edit" && row) {
      dialogTitle.value = "编辑事故";
      Object.assign(form.value, {
src/views/safeProduction/emergencyPlanReview/index.vue
@@ -481,6 +481,7 @@
        remark: "", // 备注
        execSteps: "", // 执行步骤
      });
      delete form.value.id;
      initExecSteps("");
    } else if (type === "edit" && row) {
      dialogTitle.value = "编辑应急预案";
src/views/safeProduction/hazardSourceLedger/index.vue
@@ -485,6 +485,7 @@
        stockQty: "",
        type: "",
      });
      delete form.value.id;
    } else if (type === "edit" && row) {
      dialogTitle.value = "编辑危险源";
      Object.assign(form.value, {
src/views/safeProduction/safetyTrainingAssessment/index.vue
@@ -1048,6 +1048,7 @@
        classHour: "", // 课时
        createTime: dayjs().format("YYYY-MM-DD HH:mm:ss"), // 创建时间
      });
      delete form.value.id;
    } else if (type === "edit" && row) {
      dialogTitle.value = "编辑培训";
      Object.assign(form.value, {