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()
}
}
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