mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 18:28:43 +08:00 
			
		
		
		
	fix: #I5IZA7 列表的时间区间查询修改后提示缺少"params"
This commit is contained in:
		| @@ -101,10 +101,8 @@ export default { | ||||
|     /** 查询列表 */ | ||||
|     getList() { | ||||
|       this.loading = true; | ||||
|       // 处理查询参数 | ||||
|       let params = {...this.queryParams}; | ||||
|       // 执行查询 | ||||
|       getFormPage(params).then(response => { | ||||
|       getFormPage(this.queryParams).then(response => { | ||||
|         this.list = response.data.list; | ||||
|         this.total = response.data.total; | ||||
|         this.loading = false; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu