From 3fee8832ca52667b26f702255677d62775ce5cd6 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 09 四月 2024 19:06:40 +0800
Subject: [PATCH] 提交一把
---
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