qx
qx
2025-06-10 ad48cb8922b57bb9726257761228a04b2cfc93ed
src/views/doctor/examination/index.vue
@@ -500,6 +500,7 @@
      exaList: [],
      // 表单参数
      xianshi: "",
       rowProId: '',
      name: "",
      form: {},
      clearTimeSet: null,
@@ -851,6 +852,7 @@
      if (this.form.isZybUnit == 0) {
        const tjNUm = this.selectedTjNumber;
        const proId = this.rowProId;
        qijian(tjNUm, proId).then((res) => {
          if (res.code == 200) {
              this.open = false
@@ -892,6 +894,7 @@
    qijian(row) {
      const tjNUm = this.selectedTjNumber;
      const proId = row.proId;
         this.rowProId = row.proId;
      row.isLoading = true;
      if (row.type == "2") {
        huifu(tjNUm, proId).then((res) => {