Sfoglia il codice sorgente

feature:bug修复

chenqilong 2 anni fa
parent
commit
273800afb0

+ 3 - 3
src/views/supply/engin/components/engin_form.vue

@@ -964,7 +964,7 @@ export default {
               editEngin(params).then(res => {
                 this.$successMsg('编辑成功')
                 this.goBack()
-                this.$parent.getList()
+                // this.$parent.getList()
               })
             } else {
               params.customerNumber = this.mainForm.jxsNum
@@ -973,7 +973,7 @@ export default {
               addEngin(params).then(res => {
                 this.$successMsg('保存成功')
                 this.goBack()
-                this.$parent.getList()
+                // this.$parent.getList()
               })
             }
           } else {
@@ -987,7 +987,7 @@ export default {
             submitEngin(params).then(res => {
               this.$successMsg('提交审核成功')
               this.goBack()
-              this.$parent.getList()
+              // this.$parent.getList()
             })
           }
         }

+ 1 - 0
src/views/supply/engin/engin_list.vue

@@ -439,6 +439,7 @@ export default {
       this.isShowForm = false
       this.isShowExamine = false
       this.showPage = true
+      this.$refs.pageRef.refreshList()
     },
 
     // 申请