Lius
2025-03-24 9977d3d45dffa91f4b885c6fa141a1f800d92c52
src/components/jeecgbiz/modal/JSelectEquipmentProductionModal.vue
@@ -54,7 +54,7 @@
</template>
<script>
  import { queryProductionTreeList } from '@/api/api'
  import { queryProductionTreeListByMdc } from '@/api/api'
  import { getAction } from '@/api/manage'
  export default {
    name: 'JSelectEquipmentProductionModal',
@@ -138,7 +138,7 @@
      },
      loadDepart(){
        // 这个方法是找到所有的部门信息
        queryProductionTreeList().then(res=>{
        queryProductionTreeListByMdc().then(res=>{
          if(res.success){
            let arr = [...res.result]
            this.reWriterWithSlot(arr)