2
3
فهرست منبع

审批入库取消的loading

baichengfei 5 سال پیش
والد
کامیت
b14b6e804f

+ 6 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/_opera/basisedit.vue

@@ -613,6 +613,12 @@
             })
             this.btnLoading = false
           })
+        }).catch(() => {
+          this.$message({
+            type: 'info',
+            message: '已取消'
+          })
+          this.btnLoading = false
         })
       },
       inputCompany (val) {

+ 6 - 0
src/dashoo.cn/frontend_web/src/pages/oilsupplier/supplierstorage/_opera/techedit.vue

@@ -622,6 +622,12 @@
             })
             this.btnLoading = false
           })
+        }).catch(() => {
+          this.btnLoading = false
+          this.$message({
+            type: 'info',
+            message: '已取消'
+          })
         })
       },
       inputCompany (val) {