From 9ea91c8f9eaac4e5ca88d2e0033515400228338d Mon Sep 17 00:00:00 2001 From: zhoupzh Date: Tue, 14 Dec 2021 16:55:03 +0800 Subject: [PATCH] fix issue --- templates/repo/modelmanage/showinfo.tmpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/repo/modelmanage/showinfo.tmpl b/templates/repo/modelmanage/showinfo.tmpl index f41bd7059..f416347d3 100644 --- a/templates/repo/modelmanage/showinfo.tmpl +++ b/templates/repo/modelmanage/showinfo.tmpl @@ -219,7 +219,6 @@ function tranSize(value){ return size+unitArr[index]; } function editorFn(context){ - debugger let id= context.dataset.id let text = context.dataset.desc $('#edit-td').replaceWith("
"); @@ -229,7 +228,6 @@ function editorCancel(text,id){ $('#edit-div').replaceWith(`
${text}
`) } function editorSure(text,id){ - debugger let description=$('#textarea-value').val() let data = { ID:id,