From 2cff35f53efc4d364f5dbab7356d3875d1e23dab Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期日, 04 八月 2024 15:51:09 +0800 Subject: [PATCH] 调整 --- module/agreement/page/category_edit.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/module/agreement/page/category_edit.html b/module/agreement/page/category_edit.html index 1b0109a..aef6606 100644 --- a/module/agreement/page/category_edit.html +++ b/module/agreement/page/category_edit.html @@ -320,7 +320,7 @@ param.data[this.form_dataname] = entity; //param.data[this.table_dataname] = table_entityset; - Server.call("root/data/saveEntity", param, function(result) { + Server.call("root/data/saveEntity", param, function(result) { // console.log(result); if (result.success) { if(me.isCommit){ -- Gitblit v1.8.0