소스 검색

计划单页面跳转

wangxin 2 달 전
부모
커밋
aaf49703f3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/business/productionBatch/index.vue

+ 1 - 0
src/views/business/productionBatch/index.vue

@@ -389,6 +389,7 @@ import checkMaterial from "./DialogCheckMaterial";
 import productionLotForm from "./form";
 import lotInfo from "./lotInfoForm.vue";
 import useSettingsStore from "@/store/modules/settings";
+import router from "@/router";
 const genLotBySub = useSettingsStore().genLotBySub;
 // import productionDialog from "./DialogProduction";
 const { proxy } = getCurrentInstance();