Browse Source

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

lilei 3 years ago
parent
commit
6165a78df6
1 changed files with 0 additions and 6 deletions
  1. 0 6
      src/views/salesManagement/salesQuery/edit.vue

+ 0 - 6
src/views/salesManagement/salesQuery/edit.vue

@@ -285,7 +285,6 @@ export default {
       }).then(res => {
         this.resetSearchForm(true)
         if (res.status == 200) {
-          this.$refs.partQuery.pageInit()
           this.$message.info(res.message)
         }
         this.spinning = false
@@ -304,7 +303,6 @@ export default {
         }).then(res => {
           this.resetSearchForm(true)
           if (res.status == 200) {
-            this.$refs.partQuery.pageInit()
             this.$message.info(res.message)
             this.spinning = false
           } else {
@@ -401,7 +399,6 @@ export default {
       }).then(res => {
         if (res.status == 200) {
           this.resetSearchForm(true)
-          this.$refs.partQuery.pageInit()
           this.spinning = false
         } else {
           this.spinning = false
@@ -422,7 +419,6 @@ export default {
           salesDetailDelAll({ salesBillSn: _this.detailData.salesBillSn }).then(res => {
             if (res.status == 200) {
               _this.resetSearchForm(true)
-              _this.$refs.partQuery.pageInit()
             }
             _this.$message.info(res.message)
             _this.delLoading = false
@@ -445,7 +441,6 @@ export default {
           salesDetailDel({ id: row.id }).then(res => {
             if (res.status == 200) {
               _this.resetSearchForm(true)
-              _this.$refs.partQuery.pageInit()
             }
             _this.$message.info(res.message)
             _this.delLoading = false
@@ -515,7 +510,6 @@ export default {
         if (res.status == 200) {
           this.resetSearchForm(true)
           this.$message.success('产品添加成功', 2.5)
-          this.$refs.partQuery.pageInit()
         }
         this.isInster = false
         this.spinning = false