From e856339c5eef51276d64956f2e3f64386f75ce66 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期日, 04 二月 2024 16:12:22 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
company/src/components/business/OperaInsuranceApplyWindow.vue | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/company/src/components/business/OperaInsuranceApplyWindow.vue b/company/src/components/business/OperaInsuranceApplyWindow.vue
index e234098..fdbfc1c 100644
--- a/company/src/components/business/OperaInsuranceApplyWindow.vue
+++ b/company/src/components/business/OperaInsuranceApplyWindow.vue
@@ -250,6 +250,9 @@
<additionSubtractionApplication ref="additionSubtractionApplication" @success="successEvent" />
<!-- 鎹㈠巶鐢宠 -->
<factoryChange ref="factoryChange" @success="successEvent" />
+ <template v-slot:footer>
+ <el-button @click="visible=false">杩斿洖</el-button>
+ </template>
</GlobalWindow>
</template>
@@ -335,6 +338,8 @@
open(title,target){
this.visible = true;
this.title = title
+ this.model={}
+ this.dataId=null
this.dataId = target.id
this.getDetail()
this.getList()
@@ -520,7 +525,7 @@
onSubmit(){
},
- getDetail(){
+ getDetail(){
getDetail(this.dataId).then(res => {
this.model = res
this.tableData = new Array()
--
Gitblit v1.9.3