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