wolyshaw há 4 anos atrás
pai
commit
fef945614e

Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/index.html


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-0415442d.0b50e800.js


Diff do ficheiro suprimidas por serem muito extensas
+ 0 - 0
dist/static/js/chunk-0415442d.827edc17.js


+ 5 - 4
src/views/businessManager/orderManager/payRecord.vue

@@ -209,7 +209,7 @@ export default {
       removeFinancialExpenditure({
           ids: id
         })
-        this.getList()
+      .then(() => this.getList())
     },
     beforeUpload(file) {
       load.startLoading()
@@ -315,11 +315,12 @@ export default {
         cancelButtonText: "取消",
         type: "warning"
       }).then(() => {
-        removeFinancialExpenditure({
+        return removeFinancialExpenditure({
           ids: this.passed.join(',')
         })
-        this.getList()
-      }).catch(() => { });
+      })
+      .then(() => this.getList())
+      .catch(() => { });
     }
   }
 }

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff