From 02bc3bfe47e3d5311a0bb041c94e70a34b1ca73c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期二, 09 四月 2024 09:03:01 +0800
Subject: [PATCH] git ch
---
company/src/components/enterprise/OperaDispatchUnitWindow.vue | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/company/src/components/enterprise/OperaDispatchUnitWindow.vue b/company/src/components/enterprise/OperaDispatchUnitWindow.vue
index 4d4f3e5..a3d61f4 100644
--- a/company/src/components/enterprise/OperaDispatchUnitWindow.vue
+++ b/company/src/components/enterprise/OperaDispatchUnitWindow.vue
@@ -260,6 +260,17 @@
},
// 鍒囨崲鏂规
changeTypeWork(id, index) {
+ this.form.saveDuSolutionDTOList[index].saveDuWorkTypeDTOList = [
+ {
+ videoUrl: '',
+ workTypeId: '',
+ workTypeName: '',
+ file: {
+ videourl: '',
+ videourlfull: ''
+ }
+ }
+ ]
findListByDTO({ queryType: 0, id })
.then(res => {
this.form.saveDuSolutionDTOList[index].typeWork = res
--
Gitblit v1.9.3