src/views/doctor/checkAll/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/doctor/checkAll/index.vue
@@ -1921,6 +1921,7 @@ this.isLoading = true this.drawer = true; getupdateCheckType(this.tjNumber).then((response) => { this.isLoading = false this.changedate = response.data; if (this.changedate) { this.changedate.forEach((item) => { @@ -1969,6 +1970,7 @@ this.isLoading = true this.drawer = true; getupdateCheckType(this.tjNumber).then((response) => { this.isLoading = false this.changedate = response.data; if (this.changedate) { for (let i = 0; i < this.changedate.length; i++) {