工单对账时间选择
This commit is contained in:
@ -155,6 +155,7 @@ export default {
|
|||||||
const month = (date.getMonth() + 1).toString().padStart(2, '0'); // 获取月份,需要注意月份从 0 开始,所以要加 1,结果为 9
|
const month = (date.getMonth() + 1).toString().padStart(2, '0'); // 获取月份,需要注意月份从 0 开始,所以要加 1,结果为 9
|
||||||
this.ymTime = year + '-' + month
|
this.ymTime = year + '-' + month
|
||||||
this.queryTime=timeFormat(value);
|
this.queryTime=timeFormat(value);
|
||||||
|
this.orderList = [];
|
||||||
await this.getList();
|
await this.getList();
|
||||||
},
|
},
|
||||||
initSelectTime() {//初始化查询时间
|
initSelectTime() {//初始化查询时间
|
||||||
|
Reference in New Issue
Block a user