From 0efe80f285b799fbf376c6567889dfa9061b72ec Mon Sep 17 00:00:00 2001 From: su1124 <1583764726@qq.com> Date: 星期日, 04 二月 2024 16:26:35 +0800 Subject: [PATCH] su --- src/views/doctor/imaging/index.vue | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/src/views/doctor/imaging/index.vue b/src/views/doctor/imaging/index.vue index b4af74a..af6728b 100644 --- a/src/views/doctor/imaging/index.vue +++ b/src/views/doctor/imaging/index.vue @@ -22,7 +22,7 @@ v-model="queryParams.tjNumber" style="width: 240px" placeholder="璇疯緭鍏ヤ綋妫�鍙�" - @blur="submitForm" + @blur="hb" @keyup.enter.native="submitForm" ></el-input> </el-form-item> @@ -740,7 +740,7 @@ import Public from "@/components/public"; import { getInfo } from "@/api/login"; import { - huaYangetProList, + yingXiangGetProList, getPhotoList, getaddRemark, getParentList, @@ -839,6 +839,7 @@ queryParams: { page: 1, pageSize: 10, + pageNum:1, tjNumber: "", type: "", name: null, @@ -972,7 +973,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 +994,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) { @@ -1005,6 +1006,12 @@ } }); }, + hb(){ + console.log(this.queryParams.tjNumber); + if (this.queryParams.tjNumber != "") { + this.submitForm(); + } + }, // 鎼滅储 submitForm() { -- Gitblit v1.8.0