运行记录日期
This commit is contained in:
@@ -123,7 +123,7 @@ export default {
|
||||
}
|
||||
},
|
||||
async _queryRunRecord () {
|
||||
let res = await queryRunRecord(this.val1)
|
||||
let res = await queryRunRecord(this.val1, this.date)
|
||||
if (res.code === '1') {
|
||||
this.robj = res.content
|
||||
this.date = this.robj.run_date
|
||||
|
||||
Reference in New Issue
Block a user