Parcourir la source

Merge branch 'master' of http://192.168.100.32:3000/fanfan/xt-front

Tong il y a 2 ans
Parent
commit
fe93d37ee1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/biz/mission/article/index.vue

+ 1 - 1
src/views/biz/mission/article/index.vue

@@ -174,7 +174,7 @@
   const [registerImpModal, { openModal: openImpModal }] = useModal();
   const [registerTable, { reload, clearSelectedRowKeys }] = useTable({
     api: articleList,
-    batchDelApi: articleStatus,
+    batchDelApi: articleDel,
     // batchExportApi: pharmaceuticalsExport,
     delAuthList: ['biz:educationLibrary:remove'],
     rowKey: 'id',