|
@@ -3,7 +3,7 @@
|
|
|
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
|
|
<el-form-item label="退款单号">
|
|
|
<el-input
|
|
|
- v-model="queryParams.refundTransactionId"
|
|
|
+ v-model="queryParams.refundId"
|
|
|
placeholder="请输入退款单号"
|
|
|
clearable
|
|
|
style="width: 240px;"
|
|
@@ -211,7 +211,7 @@ export default {
|
|
|
/** 重置按钮操作 */
|
|
|
resetQuery() {
|
|
|
this.dateRange = [];
|
|
|
- this.$set(this.queryParams, 'refundTransactionId', '');
|
|
|
+ this.$set(this.queryParams, 'refundId', '');
|
|
|
this.$set(this.queryParams, 'orderId', '');
|
|
|
this.$set(this.queryParams, 'refundMobile', '');
|
|
|
this.$set(this.queryParams, 'status', '');
|