|
@@ -55,7 +55,8 @@
|
|
|
:loading="loading"
|
|
|
class="j-table-force-nowrap">
|
|
|
</a-table>
|
|
|
- <cmms-spotcheck-content-modal-add ref="modalForm" @ok="modalFormOk" :modelForm="model" :dataList="model.spotcheckContentItemList" @customEvent="handleCustomEvent"></cmms-spotcheck-content-modal-add>
|
|
|
+ <!-- <cmms-spotcheck-content-modal-add ref="modalForm" @ok="modalFormOk" :modelForm="model" :dataList="model.spotcheckContentItemList" @customEvent="handleCustomEvent"></cmms-spotcheck-content-modal-add> -->
|
|
|
+ <spotcheck-content-modal-add ref="modalForm" @ok="modalFormOk" :modelForm="model" :dataList="model.spotcheckContentItemList" @customEvent="handleCustomEvent"></spotcheck-content-modal-add>
|
|
|
</a-form-model>
|
|
|
</j-form-container>
|
|
|
</a-spin>
|
|
@@ -69,13 +70,13 @@
|
|
|
|
|
|
import { httpAction, getAction } from '@/api/manage'
|
|
|
import { validateDuplicateValue } from '@/utils/util'
|
|
|
-import CmmsSpotcheckContentModalAdd from './CmmsSpotcheckContentModalAdd.vue'
|
|
|
+ import SpotcheckContentModalAdd from './SpotcheckContentModalAdd.vue'
|
|
|
|
|
|
export default {
|
|
|
- name: 'CmmsSpotcheckContentForm',
|
|
|
+ name: 'SpotcheckContentForm',
|
|
|
mixins:[JeecgListMixin, mixinDevice],
|
|
|
components: {
|
|
|
- CmmsSpotcheckContentModalAdd
|
|
|
+ SpotcheckContentModalAdd
|
|
|
},
|
|
|
props: {
|
|
|
//表单禁用
|