基础数据-工艺能力-按编码正序排列

dev-scheduling
ysn 16 hours ago
parent d3e62afaa5
commit e50de353dd
  1. 1
      src/views/processManagement/processCapability.vue

@ -538,6 +538,7 @@ export default {
onLoad(page, params = {}) { onLoad(page, params = {}) {
this.loading = true; this.loading = true;
let param = { let param = {
descs:'CA_CODE',
...this.query, ...this.query,
startTime:this.query.updateTime && this.query.updateTime.length != 0 && this.query.updateTime[0], startTime:this.query.updateTime && this.query.updateTime.length != 0 && this.query.updateTime[0],
endTime:this.query.updateTime && this.query.updateTime.length != 0 && this.query.updateTime[1], endTime:this.query.updateTime && this.query.updateTime.length != 0 && this.query.updateTime[1],

Loading…
Cancel
Save