浏览代码

提交审核

李帅 6 月之前
父节点
当前提交
a3de0179a6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/postResponsibility/postResponsibilityOrganization/index.vue

+ 2 - 1
src/views/postResponsibility/postResponsibilityOrganization/index.vue

@@ -265,7 +265,8 @@ import {
265 265
   postCheckListDel,
266 266
   getBase64,
267 267
   upload,
268
-  batchlmport
268
+  batchlmport,
269
+  postCheckListsubmitApprove
269 270
 } from '@/api/allApi/index.js'
270 271
 import AddDialog from './addDialog.vue'
271 272