Browse Source

时间更新

pull/149/head
liwei 3 years ago
parent
commit
9de3eb49d1
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/views/DataP/index.vue

+ 3
- 1
src/views/DataP/index.vue View File

@ -135,7 +135,9 @@ 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')


Loading…
Cancel
Save