Helius
2022-05-16 6844012e52912b53d2739759d7b9f5591ac21f24
src/main/resources/templates/febs/views/modules/goods/goodsList.html
@@ -101,8 +101,9 @@
            if (layEvent === 'goodsUpdate') {
                febs.modal.open('编辑', 'modules/goods/goodsUpdateNew/' + data.id, {
                    btn: ['提交', '取消'],
                    area:['100%','100%'],
                    yes: function (index, layero) {
                        $('#goods-updatenew').find('#submit').trigger('click');
                        $('#febs-update').find('#submit').trigger('click');
                    },
                    btn2: function () {
                        layer.closeAll();