From c73a2c380aca7ac4ef16e76388b1a52356df8634 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期五, 30 八月 2024 19:01:04 +0800 Subject: [PATCH] 测试完成 --- src/views/outsideChain.vue | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/views/outsideChain.vue b/src/views/outsideChain.vue index e17fbfe..1066fa3 100644 --- a/src/views/outsideChain.vue +++ b/src/views/outsideChain.vue @@ -76,25 +76,27 @@ getQuestionnaire() { let taskid = this.$route.query.param1; let patid = this.$route.query.param2; + let taskname = this.$route.query.param3; let routertf = this.$route.query.param5; console.log(taskid, "taskid"); console.log(patid, "patid"); + console.log(taskname, "taskname"); console.log(routertf, "routertf"); // let taskid = // "OFp7tn/B6x7IzKJetvGWHdSWBj7msRlnlj6am9dyuHTH6sEt4uBbVCUXs5kcF/e4O2W6vqHf2Bz9K3/evbYDmw=="; // let patid = // "CVk0j8O86AeCqhV5WPsBBYDg9fec0wDoDlP9imYK4wDBNIkxywZzMJEGlPagOxnq6qr2WYZo0U8MUGWRGnq8ZA=="; - // this.taskid = this.decrypt(taskid); + this.taskid = this.decrypt(taskid); this.patid = this.decrypt(patid); - this.taskid = taskid; - this.patid = patid; + // this.taskid = taskid; + // this.patid = patid; console.log(this.taskid, "this.taskid"); console.log(this.patid, "this.patid"); - // this.$modal.msgSuccess("鐢ㄦ埛id涓�" + this.patid); - // this.$modal.msgSuccess("浠诲姟id涓�" + this.taskid); + this.$modal.msgSuccess("鐢ㄦ埛id涓�" + this.patid); + this.$modal.msgSuccess("浠诲姟id涓�" + this.taskid); let taskids = this.encrypt(this.taskid); let patids = this.encrypt(this.patid); getExternalfollowup({ param1: taskids, param2: patids }).then((res) => { -- Gitblit v1.9.3