From c17c0591c6774899a85763bd4569c6b360902b58 Mon Sep 17 00:00:00 2001 From: pengda <1111@qq.com> Date: Mon, 11 Aug 2025 15:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E6=B7=BB=E5=8A=A0=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/agent/siteServiceAdd.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/agent/siteServiceAdd.vue b/src/views/agent/siteServiceAdd.vue index 8bbae5e..438b464 100644 --- a/src/views/agent/siteServiceAdd.vue +++ b/src/views/agent/siteServiceAdd.vue @@ -368,6 +368,7 @@ export default { getServiceInfo() { const that = this that.serviceInfo = {} + that.bindList = [] that.$http('POST', '/agentnew/ajax_get_service_info', { uid: that.uid, type: that.type, @@ -393,6 +394,7 @@ export default { uid: that.uid, type: that.type, }).then(response => { + console.log(response.data) if (response.status && response.data) { that.$nextTick(() => { that.bindList = response.data