qinxianzhangyao
2024-06-25 b54b3c4662338ca0897b8dbc9172f7f00306a09d
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;
              // }
            });
          });
        }
      });
    },