huminmin
5 小时以前 eb3d2831b4c56f5f3c8615097e3cca1e0266d1ff
修复删除巡检记录接口404
已修改1个文件
2 ■■■ 文件已修改
src/views/qualityManagement/productInspectionRecord/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/qualityManagement/productInspectionRecord/index.vue
@@ -24,7 +24,7 @@
      </div>
      <div>
        <el-button type="primary" @click="openForm('add')">新增</el-button>
        <el-button type="danger" plain @click="handleDelete">删除</el-button>
        <el-button type="danger" plain @click="handleDelete(null)">删除</el-button>
        <el-button type="success" plain @click="handleNotify">通知</el-button>
      </div>
    </div>