WXL
2024-06-05 711c995d7307b4a2d56e55095e3f81ffbdfc4d39
src/views/outsideChain.vue
@@ -83,11 +83,13 @@
      this.patid = patid;
      this.$modal.msgSuccess("用户id为" + this.patid);
      this.$modal.msgSuccess("任务id为" + this.taskid);
      getExternalfollowup(this.taskid, this.patid).then((res) => {
        if (res.code == 200) {
          this.questionList = res.rows;
      getExternalfollowup({ param1: this.taskid, param2: this.patid }).then(
        (res) => {
          if (res.code == 200) {
            this.questionList = res.rows;
          }
        }
      });
      );
    },
    // 加密函数
    encryptData(data, publicKey) {