src/views/doctor/examination/index.vue
@@ -533,23 +533,13 @@ }); }, tongbu(row) { this.$refs.tb.toggleRowSelection(row); let tjNumber = row.tjNumber; dataSynchronization(tjNumber).then((res) => { if (res.code == 200) { // this.$forceUpdate(); // this.getList(); this.$modal.msgSuccess("同步成功!"); cSWebGetPro(tjNumber).then((res) => { this.xiangmuList = res.data; this.xiangmuList.forEach((item) => { // console.log(item); // if (item.type == 0) { // this.dis = true; // } else { // this.dis = false; // } }); }); } }); },