工单对账时间选择

This commit is contained in:
2023-08-23 17:31:31 +08:00
parent bfcaa582c2
commit 68621396ad

View File

@ -155,6 +155,7 @@ export default {
const month = (date.getMonth() + 1).toString().padStart(2, '0'); // 获取月份,需要注意月份从 0 开始,所以要加 1结果为 9
this.ymTime = year + '-' + month
this.queryTime=timeFormat(value);
this.orderList = [];
await this.getList();
},
initSelectTime() {//初始化查询时间