diff --git a/smart-admin-web-typescript/src/views/business/base/location/location-form.vue b/smart-admin-web-typescript/src/views/business/base/location/location-form.vue index 1c2496d..8b4fc1c 100644 --- a/smart-admin-web-typescript/src/views/business/base/location/location-form.vue +++ b/smart-admin-web-typescript/src/views/business/base/location/location-form.vue @@ -112,7 +112,6 @@ function changeAreaSelect(selectValue: any) { if(selectValue){ form.areaId = selectValue.areaId; } - } // 点击确定,验证表单 diff --git a/smart-admin-web-typescript/src/views/business/base/location/location-list.vue b/smart-admin-web-typescript/src/views/business/base/location/location-list.vue index 5ed1bb4..99c067c 100644 --- a/smart-admin-web-typescript/src/views/business/base/location/location-list.vue +++ b/smart-admin-web-typescript/src/views/business/base/location/location-list.vue @@ -345,7 +345,6 @@ function changeLocationSelect(selectValue: any) { if (selectValue) { queryForm.locationId = selectValue.locationId; } - } diff --git a/smart-admin-web-typescript/src/views/business/base/stock/stock-form.vue b/smart-admin-web-typescript/src/views/business/base/stock/stock-form.vue index 09948ba..a7e401c 100644 --- a/smart-admin-web-typescript/src/views/business/base/stock/stock-form.vue +++ b/smart-admin-web-typescript/src/views/business/base/stock/stock-form.vue @@ -7,41 +7,39 @@ -->