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) {