Lius
2025-03-24 9977d3d45dffa91f4b885c6fa141a1f800d92c52
src/views/dnc/base/modules/ProductStructure/Document/NcDocumentAssignModal.vue
@@ -85,7 +85,6 @@
  import { getAction } from '@/api/manage'
  import dncApi from '@/api/dnc'
  import { JeecgListMixin } from '@/mixins/JeecgListMixin'
  import { mapActions } from 'vuex'
  export default {
    name: 'NcDocumentAssignModal',
@@ -161,7 +160,7 @@
        checkedKeys: [],
        expandedKeys: [],
        autoExpandParent: true,
        isExpandAllTreeNode: false,
        isExpandAllTreeNode: true,
        date: [],
        url: {
          list: '/nc/doc/find/list'
@@ -186,8 +185,6 @@
      }
    },
    methods: {
      ...mapActions(['QueryProduction']),
      // 获取当前工序或工步对应文档列表
      loadData() {
        this.dataSource = []
@@ -214,7 +211,7 @@
      getDocumentAssignDeviceTreeByApi() {
        this.spinning = true
        this.treeDataSource = []
        this.QueryProduction('DNC')
        dncApi.getDeviceTreeDataApi()
          .then(res => {
            if (res.success) {
              this.dataList = []