su
su1124
2024-01-23 d33a1299a9e5f23641ef2d549b7bab26c91819cb
src/views/doctor/imaging/index.vue
@@ -740,7 +740,7 @@
import Public from "@/components/public";
import { getInfo } from "@/api/login";
import {
  huaYangetProList,
  yingXiangGetProList,
  getPhotoList,
  getaddRemark,
  getParentList,
@@ -972,7 +972,7 @@
    getList() {
      this.loading = true;
      this.queryParams.type = this.tjStatus;
      huaYangetProList(this.queryParams).then((response) => {
      yingXiangGetProList(this.queryParams).then((response) => {
        if (response.code == 200) {
          this.loading = false;
          if (response.data) {
@@ -993,7 +993,7 @@
    radioChange(val) {
      this.loading = true;
      this.queryParams.type = val;
      huaYangetProList(this.queryParams).then((response) => {
      yingXiangGetProList(this.queryParams).then((response) => {
        if (response.code == 200) {
          this.loading = false;
          if (response.data) {