From 530f5a3a3c3bf12ee495b09d84ca02d5b6bebc9a Mon Sep 17 00:00:00 2001 From: Administrator <707231019@qq.com> Date: Mon, 30 Mar 2020 21:03:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/technology/bom/addOrUpdate.ftl | 3 --- 1 file changed, 3 deletions(-) diff --git a/mes/src/main/resources/templates/technology/bom/addOrUpdate.ftl b/mes/src/main/resources/templates/technology/bom/addOrUpdate.ftl index aa0b98a..0917661 100644 --- a/mes/src/main/resources/templates/technology/bom/addOrUpdate.ftl +++ b/mes/src/main/resources/templates/technology/bom/addOrUpdate.ftl @@ -162,7 +162,6 @@ //监听提交 form.on('submit(js-submit-filter)', function (data) { data.field.spOperVoList = requestParmaArr; - console.log(data.field) spUtil.submitForm({ contentType: 'application/json;charset=UTF-8', url: "${request.contextPath}/basedata/flow/process/add-or-update", @@ -174,7 +173,6 @@ // 测试搜索弹框 $('#js-test-btn').click(function () { - console.log('开始'); var index = spLayer.open({ type: 2, area: ['680px', '500px'], @@ -188,7 +186,6 @@ } } }); - console.log('结束'); }); });