Browse Source

Merge branch 'feature/dev_party_mange' into test

test
13176889840 3 years ago
parent
commit
34aa346dd2
  1. 8
      src/views/modules/communityParty/members/index.vue

8
src/views/modules/communityParty/members/index.vue

@ -78,7 +78,7 @@
<el-date-picker v-model="timeRangePay" <el-date-picker v-model="timeRangePay"
size="small" size="small"
type="daterange" type="daterange"
value-format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd"
@change="handleTimeChangePay" @change="handleTimeChangePay"
range-separator="至" range-separator="至"
start-placeholder="开始时间" start-placeholder="开始时间"
@ -91,7 +91,7 @@
<el-date-picker v-model="timeRange" <el-date-picker v-model="timeRange"
size="small" size="small"
type="daterange" type="daterange"
value-format="yyyy-MM-dd HH:mm:ss" value-format="yyyy-MM-dd"
@change="handleTimeChange" @change="handleTimeChange"
range-separator="至" range-separator="至"
start-placeholder="开始时间" start-placeholder="开始时间"
@ -681,6 +681,10 @@ export default {
resetForm(formName) { resetForm(formName) {
this.timeRangePay = [] this.timeRangePay = []
this.timeRange = [] this.timeRange = []
this.searchForm.payStatrDate = ''
this.searchForm.payEndDate = ''
this.searchForm.rdsjStartDate = ''
this.searchForm.rdsjEndDate = ''
this.$refs[formName].resetFields() this.$refs[formName].resetFields()
this.handleSearch() this.handleSearch()
}, },

Loading…
Cancel
Save