From fcb5436199d6cf0c3a1ef6ad0dbb37589860b6a2 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期二, 09 四月 2024 14:03:25 +0800
Subject: [PATCH] 提交一把
---
company/src/components/business/OperaUnionChangeUnitDetailWindow.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/company/src/components/business/OperaUnionChangeUnitDetailWindow.vue b/company/src/components/business/OperaUnionChangeUnitDetailWindow.vue
index ff3da3d..0eacf4c 100644
--- a/company/src/components/business/OperaUnionChangeUnitDetailWindow.vue
+++ b/company/src/components/business/OperaUnionChangeUnitDetailWindow.vue
@@ -40,7 +40,7 @@
border
style="width: 100%">
<el-table-column
- prop="validCode"
+ prop="code"
align="center"
label="鎵瑰崟鍙�">
</el-table-column>
@@ -270,7 +270,7 @@
visibleFile:false,
form: {
businessId: null,
- phone: this.$store.state.userInfo.company.phone,
+ phone: this.$store.state.userInfo.company? this.$store.state.userInfo.company.phone:null,
id: null,
editDate: '',
code:null
@@ -344,7 +344,7 @@
}, 1000)
},
getSignLink (flag) {
- this.signTitle = '绛剧讲鏂规纭涔�'
+ this.signTitle = '绛剧讲鐢宠鍗�'
this.form.type = flag
this.visiblePhone = true
this.$nextTick(() => {
--
Gitblit v1.9.3