From 07a19f21da9c7e65d0dd4e94a6ae18a9ece4ef42 Mon Sep 17 00:00:00 2001 From: zhangxuanming <2260476558@qq.com> Date: Fri, 20 Dec 2024 11:45:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=BA=93=E5=8C=BA=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E5=A2=9E=E5=8A=A0=E5=94=AF=E4=B8=80=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/mes/wm/location/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/views/mes/wm/location/index.vue b/src/views/mes/wm/location/index.vue index eb0f399..bae50a2 100644 --- a/src/views/mes/wm/location/index.vue +++ b/src/views/mes/wm/location/index.vue @@ -103,7 +103,7 @@ - + - + @@ -128,7 +128,7 @@ + @change="handleAutoGenChange(autoGenFlag)" v-if="optType != 'view'"> @@ -142,7 +142,7 @@ - + @@ -150,7 +150,7 @@ - + @@ -360,7 +360,7 @@ export default { }, /** * 冻结状态变更 - * @param row + * @param row */ handleFrozenChange(row){ let text = row.frozenFlag === "Y" ? "冻结" : "解冻"; @@ -381,7 +381,7 @@ export default { }); }else{ this.form.locationCode = null; - } + } } } };