licp
2024-04-11 47ab3b599d4765161d4adaf5b9a368429b152845
src/views/plan/masterproductionschedule/auto-manufacturingorder.vue
@@ -417,7 +417,6 @@
    },
    getWorkShopOptions() {
      remote('work_shop').then((response) => {
        console.log("高压",response);
        if (response.data.code === 0) {
          this.workShopOptions = response.data.data
        } else {