|  | @@ -9,7 +9,7 @@
 | 
	
		
			
				|  |  |        :saveKey="'tenantApply'"
 | 
	
		
			
				|  |  |        :model.sync="searchForm"
 | 
	
		
			
				|  |  |      >
 | 
	
		
			
				|  |  | -      <el-form-item prop="name">
 | 
	
		
			
				|  |  | +      <el-form-item prop="search">
 | 
	
		
			
				|  |  |          <el-input
 | 
	
		
			
				|  |  |            v-model="searchForm.search"
 | 
	
		
			
				|  |  |            clearable
 | 
	
	
		
			
				|  | @@ -26,6 +26,8 @@
 | 
	
		
			
				|  |  |            end-placeholder="提交结束时间"
 | 
	
		
			
				|  |  |            :default-time="['00:00:00', '23:59:59']"
 | 
	
		
			
				|  |  |            :picker-options="{ firstDayOfWeek: 1 }"
 | 
	
		
			
				|  |  | +             value-format="yyyy-MM-dd HH:mm:ss"
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |          ></el-date-picker>
 | 
	
		
			
				|  |  |        </el-form-item>
 | 
	
		
			
				|  |  |        <el-form-item prop="state">
 | 
	
	
		
			
				|  | @@ -164,9 +166,10 @@ export default {
 | 
	
		
			
				|  |  |    methods: {
 | 
	
		
			
				|  |  |      async getList() {
 | 
	
		
			
				|  |  |        try {
 | 
	
		
			
				|  |  | -        const { name, createTimer,state } = this.searchForm;
 | 
	
		
			
				|  |  | +        const { search, createTimer,state } = this.searchForm;
 | 
	
		
			
				|  |  | +        console.log(createTimer)
 | 
	
		
			
				|  |  |          const res = await tenantPreJoinList({
 | 
	
		
			
				|  |  | -          name: name,
 | 
	
		
			
				|  |  | +          search: search,
 | 
	
		
			
				|  |  |            state:state,
 | 
	
		
			
				|  |  |            ...getTimes(
 | 
	
		
			
				|  |  |              createTimer,
 |