From 81fd7ee52680f1cc40f1716e90ff287ec1af4ed3 Mon Sep 17 00:00:00 2001 From: chenshengle <954534408@qq.com> Date: Mon, 18 Apr 2022 16:50:05 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=8A=96=E9=9F=B3POI=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=88=97=E8=A1=A8id=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ttpoiList/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ttpoiList/list.vue b/src/components/ttpoiList/list.vue index 89a3222..b45950d 100644 --- a/src/components/ttpoiList/list.vue +++ b/src/components/ttpoiList/list.vue @@ -204,7 +204,7 @@ export default { ).then(res => { console.log(res.data); this.list = res.data.list; - this.id = res.data.list[0].id; + // this.id = res.data.list[0].id; }); }, goAdd(row, item) {