From 8ea2a8c90ce54ec31c6504d8cb0348187de3da7a Mon Sep 17 00:00:00 2001 From: Wang YiHang <3060234389@qq.com> Date: Wed, 4 Sep 2024 11:19:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/market/apitype/index.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/views/market/apitype/index.vue b/src/views/market/apitype/index.vue index e70f9f5..05e8e2e 100644 --- a/src/views/market/apitype/index.vue +++ b/src/views/market/apitype/index.vue @@ -99,9 +99,20 @@ @pagination="getList" /> + + {{jsonData}} + + 取 消 + 确 定 + + + @@ -115,6 +126,7 @@ export default { data() { return { + dialogVisible:false, all:"全部类型", activeNameL:"全部类型", editableTabs: [], @@ -153,8 +165,8 @@ export default { rules: { }, pay:{ - }, + jsonData:{} }; }, created() { @@ -165,6 +177,10 @@ export default { if(customer.sysId==1){ getAirQuality(1).then(response =>{ console.log(response) + console.log(response.result.Data) + console.log(response.result.CityInfo) + this.jsonData=response.result + this.dialogVisible=true }) } },