diff --git a/src/main/resources/templates/pages/applicationForStorageCenter/application-out.html b/src/main/resources/templates/pages/applicationForStorageCenter/application-out.html index 3a2cbcd3..6f2ab335 100644 --- a/src/main/resources/templates/pages/applicationForStorageCenter/application-out.html +++ b/src/main/resources/templates/pages/applicationForStorageCenter/application-out.html @@ -1925,7 +1925,8 @@ let depositoryId = "-1"; if (id.indexOf('unit') !== -1) { unit = data.value; - } else { + } + else { // 获取当前选中的仓库id depositoryId = data.value; idNum = id.split('showDepository')[1];