|
|
@ -135,10 +135,12 @@ export default { |
|
|
|
}, |
|
|
|
// 获取列表数据 |
|
|
|
getData() { |
|
|
|
const _this = this |
|
|
|
const _this = this; |
|
|
|
_this.time=moment().format('YYYY-MM-DD'); |
|
|
|
console.log('time', _this.time); |
|
|
|
getWorkorder({ |
|
|
|
workLineId:this.titleData[this.getQueryVariable('type')]?this.titleData[this.getQueryVariable('type')].workLineId:'', |
|
|
|
date:moment().format('YYYY-MM-DD') |
|
|
|
date:_this.time |
|
|
|
}).then(({ |
|
|
|
code, |
|
|
|
data |
|
|
|