From 0e5b192ff3a56efabc2a37c5832e72e49f51be8a Mon Sep 17 00:00:00 2001 From: walkor Date: Tue, 6 Dec 2022 15:52:03 +0800 Subject: [PATCH] save --- src/plugin/admin/app/view/table/index.html | 17 ++++++++--------- src/plugin/admin/app/view/table/view.html | 9 +++++---- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/plugin/admin/app/view/table/index.html b/src/plugin/admin/app/view/table/index.html index bdc44ee..a47a0a4 100644 --- a/src/plugin/admin/app/view/table/index.html +++ b/src/plugin/admin/app/view/table/index.html @@ -15,29 +15,28 @@ - - + + @@ -58,6 +58,7 @@ const TABLE_NAME = ""; const PRIMARY_KEY = ""; + const CONTROLLER = "plugin\\admin\\app\\controller\\TableController"; const SELECT_API = "/app/admin/table/select?table=" + TABLE_NAME; const UPDATE_API = "/app/admin/table/update"; const DELETE_API = "/app/admin/table/delete";