lilei преди 6 месеца
родител
ревизия
6aa000421d
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. 3 1
      src/views/allocationManagement/transferOut/edit.vue

+ 3 - 1
src/views/allocationManagement/transferOut/edit.vue

@@ -620,11 +620,13 @@ export default {
     },
     // 导入产品
     handleGuideOk (obj) {
+      this.spinning = true
       allocateBillBatchInsert(obj).then(res => {
         if (res.status == 200) {
           this.$refs.chooseTable.refresh(true)
-          this.getDetail(true)
         }
+        this.spinning = false
+        this.getDetail(true)
       })
     },
     // 已选产品  重置