合并代码
This commit is contained in:
@@ -191,7 +191,6 @@
|
|||||||
<batchChangeModel @batchChangeModel="batchChangeModel" ref="batchChangeModelRef"/>
|
<batchChangeModel @batchChangeModel="batchChangeModel" ref="batchChangeModelRef"/>
|
||||||
<cuibanModel @cibanModel="cibanModel" ref="cModelRef"/>
|
<cuibanModel @cibanModel="cibanModel" ref="cModelRef"/>
|
||||||
<batchModel @batchModel="batchModel" ref="batchModelRef"/>
|
<batchModel @batchModel="batchModel" ref="batchModelRef"/>
|
||||||
<cuibanModel @cibanModel="cibanModel" ref="cModelRef"/>
|
|
||||||
<!-- 错误数据提示-->
|
<!-- 错误数据提示-->
|
||||||
<a-modal
|
<a-modal
|
||||||
:title="$t('operationFailed')"
|
:title="$t('operationFailed')"
|
||||||
@@ -225,7 +224,6 @@
|
|||||||
import TaskListModel from './TaskListModel'
|
import TaskListModel from './TaskListModel'
|
||||||
import cuibanModel from './cuibanModel'
|
import cuibanModel from './cuibanModel'
|
||||||
import taskBatSetting from './taskBatSetting'
|
import taskBatSetting from './taskBatSetting'
|
||||||
import cuibanModel from './cuibanModel'
|
|
||||||
import { getAction, postAction, deleteAction, downloadFile } from '@/api/manage'
|
import { getAction, postAction, deleteAction, downloadFile } from '@/api/manage'
|
||||||
import { mapGetters } from 'vuex'
|
import { mapGetters } from 'vuex'
|
||||||
import store from '@/store/'
|
import store from '@/store/'
|
||||||
|
|||||||
Reference in New Issue
Block a user