|  |  | 
 |  |  |     </el-form> | 
 |  |  |     <!-- 表格和分页 --> | 
 |  |  |     <template v-slot:table-wrap> | 
 |  |  |       <el-table v-loading="isWorking.search" :data="tableData.list" stripe> | 
 |  |  |       <el-table :height="tableHeightNew" v-loading="isWorking.search" :data="tableData.list" stripe> | 
 |  |  |         <el-table-column prop="phone" label="手机号/邮箱" min-width="150px"> | 
 |  |  |           <template slot-scope="{ row }"> | 
 |  |  |             <span v-if="row.type == 0">{{ row.phone }}</span> | 
 |  |  | 
 |  |  |   methods: { | 
 |  |  |     reset() { | 
 |  |  |       this.$refs.searchForm.resetFields() | 
 |  |  |       // this.searchForm.radio = '' | 
 |  |  |       this.changeRadio('0') | 
 |  |  |       this.searchForm = { | 
 |  |  |         phone: '', | 
 |  |  |         type: null, | 
 |  |  |         objType: null, | 
 |  |  |         startTime: '', | 
 |  |  |         endTime: '', | 
 |  |  |         radio: '0' | 
 |  |  |       } | 
 |  |  |       this.searchForm = {} | 
 |  |  |       this.time = [] | 
 |  |  |       // this.search() | 
 |  |  |       this.search() | 
 |  |  |     }, | 
 |  |  |     changeRadio(e) { | 
 |  |  |       if (e === '0') { |