zhangherong
2025-04-27 dbb3445dc720a8f36b3424e73f2e02a6b0f9deb6
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)