Commit 3825520d by 宋祥

1.删除debug标记

parent 03d8bea9
...@@ -309,7 +309,6 @@ $(function() { ...@@ -309,7 +309,6 @@ $(function() {
* 配置了query时,默认每次打开窗口都会进行一次查询 * 配置了query时,默认每次打开窗口都会进行一次查询
*/ */
query: function (e) { query: function (e) {
debugger;
console.log("Step" + (++i) + ": ----query----"); console.log("Step" + (++i) + ": ----query----");
// 将自定义div中的字段构造成查询条件 EiInfo // 将自定义div中的字段构造成查询条件 EiInfo
// var queryInfo = EiInfo.build("#result-0-contractCategory"); // var queryInfo = EiInfo.build("#result-0-contractCategory");
...@@ -525,8 +524,6 @@ function uploadFileFunc() { ...@@ -525,8 +524,6 @@ function uploadFileFunc() {
* @param docId * @param docId
*/ */
function uploadFileCallback(data) { function uploadFileCallback(data) {
debugger;
console.log("uploadFileCallback") console.log("uploadFileCallback")
let inEiInfo = new EiInfo(); let inEiInfo = new EiInfo();
inEiInfo.set("result-0-matId", data.matId); inEiInfo.set("result-0-matId", data.matId);
......
...@@ -15,7 +15,6 @@ $(function () { ...@@ -15,7 +15,6 @@ $(function () {
field: "operator", field: "operator",
template: function (item) { template: function (item) {
let template = ''; let template = '';
debugger;
// banner清单 // banner清单
if (item.id) { if (item.id) {
template += '<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" ' template += '<a style="cursor: pointer;display: inline-flex;justify-content: center;margin:auto 5px" '
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment