From 3f975ad00a5e687dfcbfb1258520760bc8fd4b73 Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 10 May 2024 15:59:21 +0800 Subject: [PATCH] =?UTF-8?q?15520=20=E7=9B=91=E7=AE=A1=E7=AB=AF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E4=BF=9D=E5=AD=98=E5=88=B0=E4=BC=81=E4=B8=9A=E7=AB=AF?= =?UTF-8?q?=E5=90=8E=20=E6=9F=A5=E7=9C=8B=E7=9B=91=E7=AE=A1=E7=AB=AF?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=8A=A5=E9=94=99=20=E6=B3=A8=E6=84=8F?= =?UTF-8?q?=E4=B8=89=E9=A1=B9=E5=BA=93=E7=9A=84=E6=AF=8F=E4=B8=AA=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E9=83=BD=E7=9C=8B=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/textLibraryInfo.vue | 1 - .../components/textLibraryInfo.vue | 6 ------ 2 files changed, 7 deletions(-) diff --git a/src/views/threeSystems/safetyProductionManagementSystem/components/textLibraryInfo.vue b/src/views/threeSystems/safetyProductionManagementSystem/components/textLibraryInfo.vue index ae59fda..ad5767b 100644 --- a/src/views/threeSystems/safetyProductionManagementSystem/components/textLibraryInfo.vue +++ b/src/views/threeSystems/safetyProductionManagementSystem/components/textLibraryInfo.vue @@ -95,7 +95,6 @@ export default { this.loading = false this.form = data.data this.form.FILE = [] - this.remoteControl.keyOne = !(this.form.CATEGORY_LIST[0].CATEGORY_ID === '691346658ed744a1bda2ed3a755f606c') }).catch((e) => { this.$message.error(e) this.loading = false diff --git a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/textLibraryInfo.vue b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/textLibraryInfo.vue index e87b3b9..082be93 100644 --- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/textLibraryInfo.vue +++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/textLibraryInfo.vue @@ -95,12 +95,6 @@ export default { this.loading = false this.form = data.data this.form.FILE = [] - // CATEGORY_LIST为空的时候,下方的判断会报错,所以当CATEGORY_LIST为空时,keyOne为true - if (this.form.CATEGORY_LIST.length > 0) { - this.remoteControl.keyOne = !(this.form.CATEGORY_LIST[0].CATEGORY_ID === '7158f688d0f34054a28a9275139298df') - } else { - this.remoteControl.keyOne = true - } }).catch((e) => { this.$message.error(e) this.loading = false