ソースを参照

设备点检优化

wyh 1 年間 前
コミット
b90081d84f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/views/module_cmms/spotcheck/SpotcheckList.vue

+ 1 - 1
src/views/module_cmms/spotcheck/SpotcheckList.vue

@@ -123,7 +123,7 @@
   import { JeecgListMixin } from '@/mixins/JeecgListMixin'
   import {filterMultiDictText} from '@/components/dict/JDictSelectUtil'
   import SpotcheckModal from './modules/SpotcheckModal.vue'
-  import { deleteAction, getAction,downFile,getFileAccessHttpUrl } from '@/api/manage'
+  import { getAction } from '@/api/manage'
 
   export default {
     name: 'SpotcheckList',