lilei 2 年之前
父节点
当前提交
74cdbf5bc9

+ 1 - 0
src/views/bulkManagement/bulkWarehousingOrder/edit.vue

@@ -499,6 +499,7 @@ export default {
       this.paramsData = data
       this.queryParam.code = data.code
       this.$refs.table.refresh(true)
+      this.spinning = false
     },
     //  重置产品列表
     resetSearchForm () {

+ 1 - 1
src/views/productManagement/productInfo/edit.vue

@@ -380,10 +380,10 @@ export default {
               _this.$message.success(res.message)
               if (_this.pageType == 'pages') {
                 _this.$router.push({ path: '/productManagement/productInfo/list' })
-                _this.spinning = false
               } else {
                 _this.$emit('saveOk', _this.form)
               }
+              _this.spinning = false
             } else {
               _this.spinning = false
             }