|
@@ -104,7 +104,13 @@
|
|
|
</div> -->
|
|
|
|
|
|
<div class="m-core">
|
|
|
- <el-form :inline="true" :model="searchForm">
|
|
|
+ <save-form
|
|
|
+ save-key="strudent-pay-info"
|
|
|
+ :inline="true"
|
|
|
+ :model.sync="searchForm"
|
|
|
+ @submit="search"
|
|
|
+ @reset="onReSet"
|
|
|
+ >
|
|
|
<el-form-item>
|
|
|
<el-input
|
|
|
v-model.trim="searchForm.search"
|
|
@@ -156,10 +162,10 @@
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
- <el-button @click="search" type="danger">搜索</el-button>
|
|
|
- <el-button @click="onReSet" type="primary">重置</el-button>
|
|
|
+ <el-button native-type="suubmit" type="danger">搜索</el-button>
|
|
|
+ <el-button native-type="reset" type="primary">重置</el-button>
|
|
|
</el-form-item>
|
|
|
- </el-form>
|
|
|
+ </save-form>
|
|
|
<!-- NO: '未开启缴费',
|
|
|
OPEN: '开启缴费',
|
|
|
OVER: '缴费已结束', -->
|
|
@@ -311,7 +317,9 @@
|
|
|
</el-table-column> -->
|
|
|
</el-table>
|
|
|
<pagination
|
|
|
- :total="rules.total"
|
|
|
+ sync
|
|
|
+ saveKey="strudent-pay-info"
|
|
|
+ :total.sync="rules.total"
|
|
|
:page.sync="rules.page"
|
|
|
:limit.sync="rules.limit"
|
|
|
:page-sizes="rules.page_size"
|