Bläddra i källkod

fix:信用额度

zh 2 år sedan
förälder
incheckning
88381da5a8
1 ändrade filer med 7 tillägg och 5 borttagningar
  1. 7 5
      src/views/finance/credit_list.vue

+ 7 - 5
src/views/finance/credit_list.vue

@@ -169,11 +169,13 @@ export default {
     async addDataFn() {
       await this.$refs.addForm.validate()
       await getCreditListEdit({ ...this.addForm, ...this.data })
-      this.getDataList({
-        type: 'COMMONLY',
-        pageSize: this.pageSize,
-        pageNum: this.currentPage
-      })
+      // this.getDataList({
+      //   type: 'COMMONLY',
+      //   pageSize: this.pageSize,
+      //   pageNum: this.currentPage
+      // })
+      this.$refs.pageRef.refreshList()
+
       this.$message.success('设置成功')
       this.dialogForm = false
     },