quwangxin 2 년 전
부모
커밋
2310006de5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/productionPlan/components/plan-view.vue

+ 1 - 0
src/views/productionPlan/components/plan-view.vue

@@ -173,6 +173,7 @@
 
   import { release } from '@/api/productionPlan/order.js';
   import { getCode } from '@/api/codeManagement';
+  import { getRouteTabKey, removePageTab } from '@/utils/page-tab-util';
   import { deepClone } from '@/utils';
   export default {
     components: { equipmentDailog, classesSelect },