From 5b7264f3e5d75b875c7f0bc826583e4d41cacf7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E5=AE=87?= <2433098676@qq.com> Date: Tue, 18 Jul 2023 09:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=AE=BE=E7=BD=AE=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E5=90=8C=E6=AD=A5=E8=87=B3=E8=87=AA=E5=8A=A9?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E6=88=96=E7=AE=A1=E7=90=86=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=9A=84=E6=89=AB=E7=A0=81=E5=8D=95=E6=8D=AE=E5=8F=AA=E8=83=BD?= =?UTF-8?q?=E5=8D=95=E7=BA=BF=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sync/SysUdimsConfig.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/views/sync/SysUdimsConfig.vue b/src/views/sync/SysUdimsConfig.vue index 00064657..e85f5467 100644 --- a/src/views/sync/SysUdimsConfig.vue +++ b/src/views/sync/SysUdimsConfig.vue @@ -824,8 +824,6 @@ export default { changeBusTypeTotal: 0, changeBusTypes: [], changeBusTypeSelection: [], - InBusTypesdirect: null, - BusTypesdirect: null }; }, methods: { @@ -937,10 +935,6 @@ export default { if (isPut) this.checkedToInBusTypes.push(obj); }); this.addBusToInDialogVisible = false; - this.checkedToInBusTypes.forEach((obj) => { - console.log("spms->udi:"+obj.direct) - //this.InBusTypesdirect = null - }) }, addBusType() { @@ -960,10 +954,6 @@ export default { if (isPut) this.checkedBusTypes.push(obj); }); this.addBusDialogVisible = false; - this.checkedBusTypes.forEach((obj) => { - console.log("udi->spms:"+obj.direct) - //this.BusTypesdirect = null - }) }, remveBus(index, row) {