修改路径

wangxinyuan
Qin Dong Ming 2024-08-22 20:52:17 +08:00
parent 11aa5ffb37
commit 7b178ee6cd
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ export default {
// },
findSelectSourceList(){
selectEngineList().then(res=>{
this.arr=res.data.rows;
this.arr=res.data;
})
},
},