|
@@ -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()
|
|
|
}
|
|
|
}
|
|
|
}
|