소스 검색

bug修复

chenrui 3 년 전
부모
커밋
7eddf4b705
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/allocationManagement/transferOut/edit.vue

+ 2 - 2
src/views/allocationManagement/transferOut/edit.vue

@@ -197,7 +197,7 @@
         style="padding: 0 60px;">提交</a-button>
     </div>
     <!-- 导入产品 -->
-    <importGuideModal :openModal="openGuideModal" :params="{allocateSn: $route.params.sn}" @close="openGuideModal=false" />
+    <importGuideModal :openModal="openGuideModal" :params="{allocateSn: $route.params.sn}" @close="openGuideModal=false" @ok="handleGuideOk" />
     <!-- 打印导出 -->
     <print-modal :openModal="openModal" :itemData="basicInfoData" :nowType="nowType" @ok="handleOk" @close="openModal=false" />
     <!-- 打印 -->
@@ -358,7 +358,7 @@ export default {
       }
     },
     // 导入产品
-    hanldeOk (obj) {
+    handleGuideOk (obj) {
       allocateBillBatchInsert(obj).then(res => {
         if (res.status == 200) {
           this.$refs.chooseTable.refresh(true)