zhangherong
2025-03-31 49da1f79aa5cd4acf1462d28922d4e8f80c00309
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)