qx
2025-04-14 4579d287d7350a1ed285958c1d600adb64c1720f
src/views/hosp/history/index.vue
@@ -138,9 +138,7 @@
        </div>
      </div>
      <div class="hist3">
        <jianqianwenzhen
          :jianqianwenzhendata="jianqianwenzhendata"
        ></jianqianwenzhen>
        <jianqianwenzhen @submitLoading="handleLoading" :jianqianwenzhendata="jianqianwenzhendata"></jianqianwenzhen>
      </div>
    </div>
@@ -219,6 +217,7 @@
      activeName: "1",
      // 遮罩层
      loading: true,
      tableLoading: false,
      isdisabled: false,
      // 选中数组
      ids: [],
@@ -295,7 +294,7 @@
      this.loading = true;
      listHarmType().then((response) => {
        this.harmTypeList = response.rows;
        this.loading = false;
      });
      getOrderList(this.queryParams).then((response) => {
        this.orderList = response.data.list;
@@ -406,6 +405,8 @@
      });
      let tjNumber = selection.map((item) => item.tjNumber);
      this.jianqianwenzhendata = tjNumber;
      // getInfoById(tjNumber).then((response) => {
      //   this.jianqianwenzhendata = response.data;
      //   if (this.form.xiyan == null) {
@@ -438,7 +439,9 @@
      }
    },
    handleLoading(isLoading) {
      this.loading = isLoading;
    }