Commit 3825520d by 宋祥

1.删除debug标记

parent 03d8bea9
......@@ -309,7 +309,6 @@ $(function() {
* 配置了query时,默认每次打开窗口都会进行一次查询
*/
query: function (e) {
debugger;
console.log("Step" + (++i) + ": ----query----");
// 将自定义div中的字段构造成查询条件 EiInfo
// var queryInfo = EiInfo.build("#result-0-contractCategory");
......@@ -525,8 +524,6 @@ function uploadFileFunc() {
* @param docId
*/
function uploadFileCallback(data) {
debugger;
console.log("uploadFileCallback")
let inEiInfo = new EiInfo();
inEiInfo.set("result-0-matId", data.matId);
......
......@@ -15,7 +15,6 @@ $(function () {
field: "operator",
template: function (item) {
let template = '';
debugger;
// banner清单
if (item.id) {
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