houshuai
2025-07-10 255ea18d2a0f7b991e28db72ee2cda49f6d7ea90
src/views/base/FactoryManager.vue
@@ -119,11 +119,11 @@
  </a-row>
</template>
<script>
  import UserFactory from './modules/factoryManager/UserFactory'
  import UserFactory from './modules/FactoryManager/UserFactory'
  import { queryFactoryTreeList, searchByKeywords, deleteByFactory } from '@/api/api'
  import { httpAction, deleteAction } from '@/api/manage'
  import { JeecgListMixin } from '@/mixins/JeecgListMixin'
  import FactoryModal from './modules/factoryManager/FactoryModal'
  import FactoryModal from './modules/FactoryManager/FactoryModal'
  export default {
    name: 'FactoryManager',
@@ -220,7 +220,7 @@
        this.iExpandedKeys = expandedKeys
        this.autoExpandParent = false
      },
      batchDel: function() {
        this.isIncludesNotLeaf = false
        this.includesNotLeaf(this.factoryTree)