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; - } + } } } };