소스 검색

fix: 宣教库批量删除修改

han 2 년 전
부모
커밋
be2a5a2264
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',