|
@@ -238,12 +238,12 @@ export default {
|
|
|
this.visible = true
|
|
|
this.model = record
|
|
|
this.modalTitle = '保养记录'
|
|
|
- queryCheckJob({ standardId: record.id, type: this.checkType, statusList: [this.DictCache.VALUE.CHECK_JOB_STATUS.NOT_EXECUTE, this.DictCache.VALUE.CHECK_JOB_STATUS.EXECUTING].join(',') }).then(res => {
|
|
|
+ queryCheckJob({ standardId: record.id, type: record.checkType, statusList: [this.DictCache.VALUE.CHECK_JOB_STATUS.NOT_EXECUTE, this.DictCache.VALUE.CHECK_JOB_STATUS.EXECUTING].join(',') }).then(res => {
|
|
|
this.data = res.data
|
|
|
})
|
|
|
},
|
|
|
handleOk () {
|
|
|
- queryCheckJob({ standardId: this.model.id, type: this.checkType, statusList: [this.DictCache.VALUE.CHECK_JOB_STATUS.NOT_EXECUTE, this.DictCache.VALUE.CHECK_JOB_STATUS.EXECUTING].join(',') }).then(res => {
|
|
|
+ queryCheckJob({ standardId: this.model.id, type: this.model.checkType, statusList: [this.DictCache.VALUE.CHECK_JOB_STATUS.NOT_EXECUTE, this.DictCache.VALUE.CHECK_JOB_STATUS.EXECUTING].join(',') }).then(res => {
|
|
|
this.data = res.data
|
|
|
})
|
|
|
},
|