diff --git a/acupuncture-前台/src/views/followFile/work.vue b/acupuncture-前台/src/views/followFile/work.vue index fc398082..162fe88e 100644 --- a/acupuncture-前台/src/views/followFile/work.vue +++ b/acupuncture-前台/src/views/followFile/work.vue @@ -33,6 +33,21 @@ + + + + + + { + this.followupList = res.data.list; + let commonQueue = JSON.parse(localStorage.getItem("commonQueue")); + commonQueue?.forEach((i) => { + this.followupList.unshift(i); + }); + }); + }, handleClick(tab, event) { this.queryParams.param.childStatus = ""; this.getList();