From d954784593cb24b0455529ea28588a317c5d766f Mon Sep 17 00:00:00 2001 From: luo <2855143437@qq.com> Date: 星期二, 26 九月 2023 17:05:30 +0800 Subject: [PATCH] 9.26 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html | 23 +++++++++-------------- 1 files changed, 9 insertions(+), 14 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html index 229b1df..7f04db7 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html @@ -1228,16 +1228,14 @@ "valueField": "id" } ], - "messages": { - }, + "messages": {}, "loadingConfig": { - "show": true + "show": false }, "api": { "url": "/tStudent/giftSelect", "method": "post", - "messages": { - }, + "messages": {}, "requestAdaptor": "", "adaptor": "", "dataType": "form-data", @@ -1246,7 +1244,8 @@ "phone": "$phone", "id": "$id" } - } + }, + "initFetch": false }, { "type": "input-text", @@ -1316,12 +1315,10 @@ "method": "post", "requestAdaptor": "", "adaptor": "", - "messages": { - }, + "messages": {}, "dataType": "form-data" }, - "actions": [ - ], + "actions": [], "onEvent": { "submitSucc": { "weight": 0, @@ -1341,8 +1338,7 @@ { "id": "u:59d68a32f7fd", "type": "container", - "body": [ - ], + "body": [], "style": { "position": "static", "display": "block" @@ -1354,8 +1350,7 @@ "showLoading": true, "className": "app-popover", "id": "u:552bd1b3464d", - "actions": [ - ], + "actions": [], "canAccessSuperData": false } } -- Gitblit v1.7.1