wolyshaw 4 năm trước cách đây
mục cha
commit
fef945614e

Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/index.html


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 0 - 0
dist/static/js/chunk-0415442d.0b50e800.js


Những thai đổi đã bị hủy bỏ vì nó quá lớn
+ 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(() => { });
     }
   }
 }

Một số tệp đã không được hiển thị bởi vì quá nhiều tập tin thay đổi trong này khác