|  | @@ -26,6 +26,7 @@
 | 
											
												
													
														|  |                  <el-date-picker
 |  |                  <el-date-picker
 | 
											
												
													
														|  |                    v-model="queryParams.date"
 |  |                    v-model="queryParams.date"
 | 
											
												
													
														|  |                    type="month"
 |  |                    type="month"
 | 
											
												
													
														|  | 
 |  | +                  format="yyyy-MM-dd"
 | 
											
												
													
														|  |                    value-format="yyyy-MM-dd"
 |  |                    value-format="yyyy-MM-dd"
 | 
											
												
													
														|  |                    placeholder="请选择保存日期">
 |  |                    placeholder="请选择保存日期">
 | 
											
												
													
														|  |                  </el-date-picker>
 |  |                  </el-date-picker>
 | 
											
										
											
												
													
														|  | @@ -233,9 +234,12 @@ export default {
 | 
											
												
													
														|  |      this.getList();
 |  |      this.getList();
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    methods: {
 |  |    methods: {
 | 
											
												
													
														|  | 
 |  | +    dayjs,
 | 
											
												
													
														|  |      /** 查询registerBook列表 */
 |  |      /** 查询registerBook列表 */
 | 
											
												
													
														|  |      getList() {
 |  |      getList() {
 | 
											
												
													
														|  |        this.loading = true;
 |  |        this.loading = true;
 | 
											
												
													
														|  | 
 |  | +      
 | 
											
												
													
														|  | 
 |  | +      this.queryParams.date=dayjs(this.queryParams.date).format("YYYY-MM-DD");
 | 
											
												
													
														|  |        listRegisterBook(this.queryParams).then(response => {
 |  |        listRegisterBook(this.queryParams).then(response => {
 | 
											
												
													
														|  |          this.registerBookList = response.rows;
 |  |          this.registerBookList = response.rows;
 | 
											
												
													
														|  |          this.total = response.total;
 |  |          this.total = response.total;
 |