瀏覽代碼

Merge branch 'develop_yh14' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_yh14

chenrui 2 年之前
父節點
當前提交
8bb52adde6

+ 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
             }