lilei 2 年 前
コミット
d1d51e710a
1 ファイル変更4 行追加0 行削除
  1. 4 0
      src/views/salesManagement/salesCollection/detailModal.vue

+ 4 - 0
src/views/salesManagement/salesCollection/detailModal.vue

@@ -74,6 +74,7 @@
           :columns="columns"
           :data="loadData"
           :scroll="{ y: 400 }"
+          :pageSize="10"
           bordered>
           <!-- 单号 -->
           <template slot="bookNo" slot-scope="text, record">
@@ -244,6 +245,7 @@ export default {
         applyPersonSn: undefined,
         status: 'AUDIT_PASS'
       }
+      this.orginData = []
       this.$refs.table.refresh(true)
     }
   },
@@ -256,6 +258,8 @@ export default {
     isShow (newValue, oldValue) {
       if (!newValue) {
         this.handleCommonCancel()
+      } else {
+        this.resetSearchForm()
       }
     }
   }