This commit is contained in:
X1627315083
2024-05-22 11:05:17 +08:00
parent 498f69137a
commit 74ad98f515
6 changed files with 2 additions and 7 deletions

View File

@@ -141,7 +141,6 @@ export default defineComponent({
//获取列表
gettrialList() {
Https.axiosGet(Https.httpUrls.inquiryGetTrial).then((rv)=>{
console.log(rv);
this.dataList = rv
})