From ab3be1bc822e9c2923ff53e82f8ebe24be217b87 Mon Sep 17 00:00:00 2001 From: yunkexin <760754045@qq.com> Date: Wed, 21 Jan 2026 14:57:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=85=AC=E5=8F=B8=E7=BC=96?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/apply/index.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/apply/index.vue b/pages/apply/index.vue index 4621e50..fbbae45 100644 --- a/pages/apply/index.vue +++ b/pages/apply/index.vue @@ -9,6 +9,9 @@ 基本信息填写 + + + @@ -128,11 +131,15 @@ }, }, radio: '', - switchVal: false + switchVal: false, + decodedStr:'', } }, onLoad(option) { + if(option.sysName){ + this.decodedStr = this.decodeBase64(option.sysName).replace(/^-/, '');; + } // this.model.ID = option.ID // this.model.TaskID = option.taskID // this.TaskID = option.taskID