zhangherong
2025-04-03 f0e5f1f7eba2612344692020e64b0da5fbb33d64
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)