From c754242fa7e366862dc8b2b147a9c4b922c82980 Mon Sep 17 00:00:00 2001 From: tom <tom.he@highdatas.com> Date: 星期日, 04 八月 2024 16:38:29 +0800 Subject: [PATCH] Merge branch 'master' of http://highdatas.com:9000/r/promotion/promotion_html --- 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