qinxianzhangyao
2024-07-18 9f60cae5f48606a0cac8fbc2b31ec03f17833ba7
src/views/doctor/examination/index.vue
@@ -479,7 +479,6 @@
    },
    // 单选框选中数据
    handleSelectionChange(selection) {
      console.log(11111);
      this.selectList = selection;
      this.multipleSelection = [];
      if (selection.length > 1) {
@@ -563,7 +562,7 @@
      dataSynchronization(tjNumber).then((res) => {
        if (res.code == 200) {
          // this.$forceUpdate();
          // this.getList();
          this.handleCurrentChange(row);
          clearInterval(this.clearTimeSet)
          this.clearTimeSet=null
          this.$modal.closeLoading();