|
@@ -109,7 +109,8 @@
|
|
</a-table>
|
|
</a-table>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <cmms-spotcheck-content-modal ref="modalForm" @ok="modalFormOk"></cmms-spotcheck-content-modal>
|
|
|
|
|
|
+ <!-- <cmms-spotcheck-content-modal ref="modalForm" @ok="modalFormOk"></cmms-spotcheck-content-modal> -->
|
|
|
|
+ <spotcheck-content-modal ref="modalForm" @ok="modalFormOk"></spotcheck-content-modal>
|
|
</a-card>
|
|
</a-card>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -118,15 +119,15 @@
|
|
import '@/assets/less/TableExpand.less'
|
|
import '@/assets/less/TableExpand.less'
|
|
import { mixinDevice } from '@/utils/mixin'
|
|
import { mixinDevice } from '@/utils/mixin'
|
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
|
- import CmmsSpotcheckContentModal from './modules/CmmsSpotcheckContentModal'
|
|
|
|
import {filterMultiDictText} from '@/components/dict/JDictSelectUtil'
|
|
import {filterMultiDictText} from '@/components/dict/JDictSelectUtil'
|
|
import { httpAction, getAction } from '@/api/manage'
|
|
import { httpAction, getAction } from '@/api/manage'
|
|
|
|
+ import SpotcheckContentModal from './modules/SpotcheckContentModal.vue'
|
|
|
|
|
|
export default {
|
|
export default {
|
|
- name: 'CmmsSpotcheckContentList',
|
|
|
|
|
|
+ name: 'SpotcheckContentList',
|
|
mixins:[JeecgListMixin, mixinDevice],
|
|
mixins:[JeecgListMixin, mixinDevice],
|
|
components: {
|
|
components: {
|
|
- CmmsSpotcheckContentModal
|
|
|
|
|
|
+ SpotcheckContentModal
|
|
},
|
|
},
|
|
data () {
|
|
data () {
|
|
return {
|
|
return {
|