diff --git a/acupuncture-前台/src/views/followFile/subjects.vue b/acupuncture-前台/src/views/followFile/subjects.vue index a2770977..49271ccf 100644 --- a/acupuncture-前台/src/views/followFile/subjects.vue +++ b/acupuncture-前台/src/views/followFile/subjects.vue @@ -215,7 +215,7 @@ handleQuery() { this.queryParams.param.haveQueue = '' if(this.haveQueue){ - this.queryParams.param.haveQueue = 0 + this.queryParams.param.haveQueue = 0 } this.queryParams.pageNum = 1; this.getList(); @@ -240,7 +240,7 @@ handleUpdate(row) { this.open = true; this.title = "队列管理"; - let queueList = row.queueList.map((item) => item.queueId); + let queueList = row.queueList?.map((item) => item.queueId) || []; this.form = JSON.parse( JSON.stringify({ ...row, @@ -324,4 +324,4 @@ \ No newline at end of file +} --> diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue index d3bf72ec..2b7039eb 100644 --- a/acupuncture-前台/src/views/medicalFile/index.vue +++ b/acupuncture-前台/src/views/medicalFile/index.vue @@ -134,7 +134,7 @@ {{ status[scope.row.status] }} - +