change
This commit is contained in:
@@ -81,9 +81,7 @@
|
|||||||
async _schTaskQueryTask () {
|
async _schTaskQueryTask () {
|
||||||
try {
|
try {
|
||||||
let res = await schTaskQueryTask(this.val1)
|
let res = await schTaskQueryTask(this.val1)
|
||||||
if (res.status === '200') {
|
this.dataList = [...res.data]
|
||||||
this.dataList = [...res.data]
|
|
||||||
}
|
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
this.dataList = []
|
this.dataList = []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user