From 5b1457c400efb3530ef2f0d878f90df2765d6747 Mon Sep 17 00:00:00 2001 From: wxz Date: Tue, 25 Mar 2025 10:10:57 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=A8=E6=80=81=E8=A1=A8=E5=8D=95?= =?UTF-8?q?=E3=80=91=E8=A1=A8=E5=8D=95=E9=A1=B9=E7=AE=A1=E7=90=86-?= =?UTF-8?q?=E6=A3=80=E7=B4=A2=E6=9D=A1=E4=BB=B6-=E5=AE=A2=E6=88=B7?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E6=A1=86=E5=8F=98=E5=8A=A8=EF=BC=8C=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E4=B8=8B=E6=8B=89=E6=A1=86=E4=B9=9F=E8=B7=9F=E7=9D=80?= =?UTF-8?q?=E5=8F=98=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epmet-oper-web/src/views/modules/dyform/itemList.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/epmet-oper-web/src/views/modules/dyform/itemList.vue b/epmet-oper-web/src/views/modules/dyform/itemList.vue index c8b7275..2873c12 100644 --- a/epmet-oper-web/src/views/modules/dyform/itemList.vue +++ b/epmet-oper-web/src/views/modules/dyform/itemList.vue @@ -437,6 +437,7 @@ export default { 'formQueryParams.customerId': { handler: function (newVal, oldVal) { // 要在watch中调用函数,不能使用箭头函数定义回调,必须用function + this.formQueryParams.formId = ''; this.loadFormList(); }, immediate: true