From 56edbd80963acea41d9b9737bb9264f57a6e4ae2 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 19 十一月 2024 09:13:41 +0800
Subject: [PATCH] 优化
---
company/src/components/enterprise/OperaDispatchUnitWindow.vue | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/company/src/components/enterprise/OperaDispatchUnitWindow.vue b/company/src/components/enterprise/OperaDispatchUnitWindow.vue
index 4d4f3e5..117960f 100644
--- a/company/src/components/enterprise/OperaDispatchUnitWindow.vue
+++ b/company/src/components/enterprise/OperaDispatchUnitWindow.vue
@@ -23,7 +23,7 @@
<div class="list_item_input">
<div class="list_item_input_label"><span>*</span>淇濋櫓鏂规</div>
<div class="list_item_input_val">
- <el-select v-model="item.solutionId" @change="changeTypeWork($event, index)" placeholder="璇烽�夋嫨">
+ <el-select v-model="item.solutionId" filterable @change="changeTypeWork($event, index)" placeholder="璇烽�夋嫨">
<el-option
v-for="item in insuranceScheme"
:key="item.id"
@@ -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