src/views/patient/propaganda/Missioncreation.vue
@@ -1066,6 +1066,7 @@ const isExist = this.overallCase.find((obj) => obj.name == item.name); if (!isExist) { item.isoperation = 1; item.patid = item.id; item.hospType = this.patientqueryParams.allhosp; this.overallCase.push(item); this.form.patTaskRelevances.push(item); @@ -1268,7 +1269,7 @@ // 查看模版 previewGo() { this.$router.push({ path: "/knowledge/templateku/configurat/", path: "/knowledge/tpuconfigurat/", query: { id: this.previewid, task: true, data: this.form }, }); },