From afbec4949c04a986f20e067253f1c2b9f352d6e1 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Tue, 22 Aug 2023 15:04:47 +0800 Subject: [PATCH] =?UTF-8?q?OTA=E7=AE=A1=E7=90=86=E8=AF=A6=E6=83=85-?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=AD=97=E6=AE=B5=E8=AE=BE=E7=BD=AE-?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E5=AE=8C=E6=88=90=E5=90=8E=E9=80=80=E5=87=BA?= =?UTF-8?q?=EF=BC=8C=E9=87=8D=E6=96=B0=E8=BF=9B=E5=85=A5VDR=E5=88=97?= =?UTF-8?q?=E8=A1=A8=EF=BC=8C=E5=88=97=E8=A1=A8=E5=AD=97=E6=AE=B5=E5=85=A8?= =?UTF-8?q?=E9=83=A8=E8=A2=AB=E5=8B=BE=E9=80=89=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../otaAuthentication/components/detil.vue | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue index bcabb5d84..b4de72bb7 100644 --- a/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue +++ b/jero-web/src/views/otamanagement/otaAuthentication/components/detil.vue @@ -1225,6 +1225,7 @@ export default { this.NotSelectedRowKeysValue = data this.visibleoperationFailed = true }else{ + this.$message.success(this.$t('OperationSuccessful')) this.selectedRowKeys = [] this.getList() } @@ -1313,6 +1314,7 @@ export default { }) }, getHeader() { + this.checkedList = [] getAction('head/headCustomEO/list', { moduleFlag: this.vehicleTypeCode == this.$t('whole')?'全车型':'分车型' }).then((res) => { @@ -1344,13 +1346,7 @@ export default { } console.log(this.columnsAll) this.columnsAll.forEach((item) => { - if (item.children) { - item.children.forEach((val) => { - this.checkedList.push(item.dataIndex, val.dataIndex) - }) - } else { - this.checkedList.push(item.dataIndex) - } + this.checkedList.push(item.dataIndex) }) this.getList() this.loading = false