From ca098d7956b46e0a0eed6d45a035744a7ca8019f Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Fri, 23 Jan 2026 15:44:15 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A[=E9=BA=BB=E7=B2=BE=E8=8D=AF?= =?UTF-8?q?=EF=BC=8C=E7=BB=99=E8=8D=AF=E5=88=B6=E5=89=82]=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E6=90=9C=E7=B4=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/business/archive/drug/comps/ffjlList.vue | 8 +++----- src/views/business/archive/drug/comps/mjyList.vue | 4 ---- src/views/business/archive/formulation/comps/ffjlList.vue | 8 +++----- src/views/business/archive/formulation/comps/gyzjList.vue | 4 ---- src/views/business/resource/gyzj/comps/ffjlList.vue | 6 +++--- src/views/business/resource/mjy/comps/ffjlList.vue | 6 +++--- 6 files changed, 12 insertions(+), 24 deletions(-) diff --git a/src/views/business/archive/drug/comps/ffjlList.vue b/src/views/business/archive/drug/comps/ffjlList.vue index 3cf0b4d..3793ec4 100644 --- a/src/views/business/archive/drug/comps/ffjlList.vue +++ b/src/views/business/archive/drug/comps/ffjlList.vue @@ -14,13 +14,11 @@ - + - - @@ -177,7 +175,7 @@ export default { pageNum: 1, pageSize: 10, mc: null, - mdId: null, + mdMc: null, jlzt: null, jyzt: null, bh: null, @@ -269,7 +267,7 @@ export default { //重置 resetQuery() { this.queryParams.mc = null - this.queryParams.mdId = null + this.queryParams.mdMc = null this.queryParams.jlzt = null this.queryParams.jyzt = null this.queryParams.bh = null diff --git a/src/views/business/archive/drug/comps/mjyList.vue b/src/views/business/archive/drug/comps/mjyList.vue index 5c117cc..da312b8 100644 --- a/src/views/business/archive/drug/comps/mjyList.vue +++ b/src/views/business/archive/drug/comps/mjyList.vue @@ -24,10 +24,6 @@ - - - - diff --git a/src/views/business/archive/formulation/comps/ffjlList.vue b/src/views/business/archive/formulation/comps/ffjlList.vue index 2630cd5..6a09522 100644 --- a/src/views/business/archive/formulation/comps/ffjlList.vue +++ b/src/views/business/archive/formulation/comps/ffjlList.vue @@ -14,13 +14,11 @@ - + - - @@ -193,7 +191,7 @@ export default { pageNum: 1, pageSize: 10, mc: null, - mdId: null, + mdMc: null, jlzt: null, jyzt: null, bh: null, @@ -285,7 +283,7 @@ export default { //重置 resetQuery() { this.queryParams.mc = null - this.queryParams.mdId = null + this.queryParams.mdMc = null this.queryParams.jlzt = null this.queryParams.jyzt = null this.queryParams.bh = null diff --git a/src/views/business/archive/formulation/comps/gyzjList.vue b/src/views/business/archive/formulation/comps/gyzjList.vue index f443b99..75df035 100644 --- a/src/views/business/archive/formulation/comps/gyzjList.vue +++ b/src/views/business/archive/formulation/comps/gyzjList.vue @@ -24,10 +24,6 @@ - - - - diff --git a/src/views/business/resource/gyzj/comps/ffjlList.vue b/src/views/business/resource/gyzj/comps/ffjlList.vue index 5cded92..25aca52 100644 --- a/src/views/business/resource/gyzj/comps/ffjlList.vue +++ b/src/views/business/resource/gyzj/comps/ffjlList.vue @@ -18,7 +18,7 @@ - @@ -229,7 +229,7 @@ export default { pageNum: 1, pageSize: 10, mc: null, - mdId: null, + mdMc: null, jlzt: null, jyzt: null, bh: null, @@ -460,7 +460,7 @@ export default { //重置 resetQuery() { this.queryParams.mc = null - this.queryParams.mdId = null + this.queryParams.mdMc = null this.queryParams.jlzt = null this.queryParams.jyzt = null this.queryParams.bh = null diff --git a/src/views/business/resource/mjy/comps/ffjlList.vue b/src/views/business/resource/mjy/comps/ffjlList.vue index d0dc2a2..c4ca798 100644 --- a/src/views/business/resource/mjy/comps/ffjlList.vue +++ b/src/views/business/resource/mjy/comps/ffjlList.vue @@ -18,7 +18,7 @@ - @@ -227,7 +227,7 @@ export default { pageNum: 1, pageSize: 10, mc: null, - mdId: null, + mdMc: null, jlzt: null, jyzt: null, bh: null, @@ -458,7 +458,7 @@ export default { //重置 resetQuery() { this.queryParams.mc = null - this.queryParams.mdId = null + this.queryParams.mdMc = null this.queryParams.jlzt = null this.queryParams.jyzt = null this.queryParams.bh = null