From 616b3d8833474f797ff4393ba3024ef999beada9 Mon Sep 17 00:00:00 2001 From: limingyu Date: Fri, 10 May 2024 10:20:01 +0800 Subject: [PATCH 1/2] =?UTF-8?q?15514=20=E5=9C=A8=E7=BA=BF=E7=8A=B6?= =?UTF-8?q?=E6=80=81=20=E5=8A=A0=E6=90=9C=E7=B4=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../videoinfomanager/components/list.vue | 31 ++++++++++++++++--- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/src/views/keyprojects/videoinfomanager/components/list.vue b/src/views/keyprojects/videoinfomanager/components/list.vue index a6b3f27..bf5766a 100644 --- a/src/views/keyprojects/videoinfomanager/components/list.vue +++ b/src/views/keyprojects/videoinfomanager/components/list.vue @@ -25,8 +25,17 @@ - - + + + + + + + + + + + 搜索 @@ -251,7 +260,8 @@ export default { VIDEONAME: '', UNITS_USER_ID: '', UNIT_USE: '', - UNITS_ID: '' + UNITS_ID: '', + ONLINE_STATUS: '' }, unitsList: [], addForm: { @@ -316,7 +326,16 @@ export default { value: 'id', children: 'children', label: 'name' - } + }, + onlineStatusList: [ + { + ID: 0, + NAME: '在线' + }, { + ID: 1, + NAME: '离线' + } + ] } }, computed: { @@ -630,7 +649,8 @@ export default { VIDEONAME: this.form.VIDEONAME, PERSONNELMANAGEMENT_ID: this.form.UNITS_USER_ID, UNIT_USE: this.form.UNIT_USE, - UNITS_ID: this.form.UNITS_ID + UNITS_ID: this.form.UNITS_ID, + ONLINE_STATUS: this.form.ONLINE_STATUS } ).then((data) => { this.listLoading = false @@ -645,6 +665,7 @@ export default { this.form.UNITS_USER_ID = '' this.form.UNIT_USE = '' this.form.UNITS_ID = '' + this.form.ONLINE_STATUS = '' this.getList() } } From e423427da56dfd624a252ec31a1486e42106c72a Mon Sep 17 00:00:00 2001 From: liujun Date: Fri, 10 May 2024 15:59:22 +0800 Subject: [PATCH 2/2] =?UTF-8?q?15520=20=E7=9B=91=E7=AE=A1=E7=AB=AF?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E4=BF=9D=E5=AD=98=E5=88=B0=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E7=AB=AF=E5=90=8E=20=E6=9F=A5=E7=9C=8B=E7=9B=91=E7=AE=A1?= =?UTF-8?q?=E7=AB=AF=E6=95=B0=E6=8D=AE=E6=8A=A5=E9=94=99=20=E6=B3=A8?= =?UTF-8?q?=E6=84=8F=E4=B8=89=E9=A1=B9=E5=BA=93=E7=9A=84=E6=AF=8F=E4=B8=AA?= =?UTF-8?q?=E8=8F=9C=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 --- .../safetyOperationRegulations/components/textLibraryInfo.vue | 1 - .../components/textLibraryInfo.vue | 1 - .../components/textLibraryInfo.vue | 1 - 3 files changed, 3 deletions(-) diff --git a/src/views/threeSystems/safetyOperationRegulations/components/textLibraryInfo.vue b/src/views/threeSystems/safetyOperationRegulations/components/textLibraryInfo.vue index 38cfd0f..62e65b8 100644 --- a/src/views/threeSystems/safetyOperationRegulations/components/textLibraryInfo.vue +++ b/src/views/threeSystems/safetyOperationRegulations/components/textLibraryInfo.vue @@ -99,7 +99,6 @@ export default { this.loading = false this.form = data.data this.form.FILE = [] - this.remoteControl.keyOne = !(this.form.CATEGORY_LIST[0].CATEGORY_ID === '8051d985a2bc406a83ea9360b64182b2') }).catch((e) => { this.$message.error(e) this.loading = false diff --git a/src/views/threeSystems/safetyProductionManagementSystem/components/textLibraryInfo.vue b/src/views/threeSystems/safetyProductionManagementSystem/components/textLibraryInfo.vue index 63ae8b4..e562614 100644 --- a/src/views/threeSystems/safetyProductionManagementSystem/components/textLibraryInfo.vue +++ b/src/views/threeSystems/safetyProductionManagementSystem/components/textLibraryInfo.vue @@ -99,7 +99,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 cb29a08..c4ffd04 100644 --- a/src/views/threeSystems/safetyProductionResponsibilitySystem/components/textLibraryInfo.vue +++ b/src/views/threeSystems/safetyProductionResponsibilitySystem/components/textLibraryInfo.vue @@ -103,7 +103,6 @@ export default { this.loading = false this.form = data.data this.form.FILE = [] - this.remoteControl.keyOne = !(this.form.CATEGORY_LIST[0].CATEGORY_ID === '7158f688d0f34054a28a9275139298df') }).catch((e) => { this.$message.error(e) this.loading = false