diff --git a/src/views/manage/components/RehabilitationPlanandRecords.vue b/src/views/manage/components/RehabilitationPlanandRecords.vue index c4a7333..9e122a2 100644 --- a/src/views/manage/components/RehabilitationPlanandRecords.vue +++ b/src/views/manage/components/RehabilitationPlanandRecords.vue @@ -252,9 +252,7 @@ export default { getList(this.query).then(res => { this.itemindex = index this.loading.close(); - if (res.data.length > 0) { - this.categorylist = res.data - } + this.categorylist = res.data }) }, } diff --git a/src/views/manage/projectdevice/index.vue b/src/views/manage/projectdevice/index.vue index 01504f6..d26c197 100644 --- a/src/views/manage/projectdevice/index.vue +++ b/src/views/manage/projectdevice/index.vue @@ -1,28 +1,11 @@ @@ -626,7 +438,7 @@ export default { this.getList(); this.$modal.msgSuccess("解绑成功"); }) - .catch(() => {}); + .catch(() => { }); }, /** 导出按钮操作 */ handleExport() {