WXL (wul)
6 天以前 a5cba9ab040f6f97558046885dce3017f9bab7e9
src/views/outsideChainnew.vue
@@ -331,7 +331,7 @@
      // let taskids = this.encrypt(this.taskid);
      // let patids = this.encrypt(this.patid);
      // 先取缓存
      getCachequestionnaire({ param1: this.taskid, param2: this.patid }).then(
      getCachequestionnaire({ param1: this.taskid, param2: this.patid,param6:this.param6 }).then(
        (res) => {
          if (res.code == 200) {
            this.questionList = res.data;
@@ -356,7 +356,7 @@
    },
    // 获取数据
    getExternalfollowup() {
      getExternalfollowup({ param1: this.taskid, param2: this.patid }).then(
      getExternalfollowup({ param1: this.taskid, param2: this.patid,param6:this.param6 }).then(
        (res) => {
          if (res.code == 200) {
            this.questionList = res.data.script;