From 8d41b14c0c71f3d68a5c35ded5081e96bb148056 Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sat, 07 May 2022 12:02:45 +0800 Subject: [PATCH] fix goods-form have not complete --- src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html index 4fd7fc1..61e0930 100644 --- a/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html +++ b/src/main/resources/templates/febs/views/modules/goods/goodsAddNew.html @@ -365,7 +365,6 @@ var data = {}; data.styleName = attrNameVal; var index = addTableDate(data); - bindUpload(index); }); function bindUpload(index) { -- Gitblit v1.9.1