From e01af6d359c42b57550957d0108bb23d14088cd0 Mon Sep 17 00:00:00 2001
From: nidapeng <jp@doumee.com>
Date: 星期一, 08 四月 2024 15:19:02 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/1.0.1' into 1.0.1
---
company/src/components/business/OperaApplyChangeDetailWindow.vue | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/company/src/components/business/OperaApplyChangeDetailWindow.vue b/company/src/components/business/OperaApplyChangeDetailWindow.vue
index 6c5a3b1..337371a 100644
--- a/company/src/components/business/OperaApplyChangeDetailWindow.vue
+++ b/company/src/components/business/OperaApplyChangeDetailWindow.vue
@@ -352,13 +352,7 @@
}, 1000)
},
getSignLink (flag) {
- if (flag === 0) {
- this.signTitle = '绛剧讲鏂规纭涔�'
- } else if (flag === 1) {
this.signTitle = '绛剧讲鐢宠鍗�'
- } else if (flag === 2) {
- this.signTitle = '绛剧讲鎶曚繚鍗�'
- }
this.form.type = flag
this.visiblePhone = true
this.$nextTick(() => {
--
Gitblit v1.9.3