lilei hace 2 años
padre
commit
81bb7bd472
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      src/views/financialManagement/financialCollection/detail.vue

+ 4 - 0
src/views/financialManagement/financialCollection/detail.vue

@@ -51,6 +51,7 @@
           :rowKey="(record) => record.id"
           :columns="columns"
           :data="loadData"
+          :defaultLoadData="false"
           :showPagination="false"
           bordered>
           <template slot="expandedRowRender" slot-scope="record">
@@ -164,6 +165,9 @@ export default {
           this.disabled = false
         }
       })
+      this.$nextTick(()=>{
+        this.$refs.table.refresh(true)
+      })
     },
     // 返回
     handleBack (data) {