From 7aa9607492e2c0b70838c53083f5362e49e74f44 Mon Sep 17 00:00:00 2001 From: 44323 <443237572@qq.com> Date: 星期二, 26 九月 2023 21:39:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cloud-server-management/src/main/webapp/WEB-INF/view/system/tStudent/tStudentEdit.html | 50 +++++++++++++++++++++----------------------------- 1 files changed, 21 insertions(+), 29 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..3795524 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 } } @@ -1389,8 +1384,7 @@ "api": { "url": "/tStudent/changelist/$id", "method": "post", - "messages": { - }, + "messages": {}, "requestAdaptor": "", "adaptor": "", "dataType": "form" @@ -1408,7 +1402,11 @@ "name": "changeType", "label": "变更类型", "type": "mapping", - "id": "u:e2b292dd63d0" + "id": "u:e2b292dd63d0", + "map": { + "0": "减少", + "1": "增加" + } }, { "type": "text", @@ -1423,10 +1421,8 @@ "id": "u:8ba95bfd5e56" } ], - "bulkActions": [ - ], - "itemActions": [ - ], + "bulkActions": [], + "itemActions": [], "features": [ "filter" ], @@ -1532,8 +1528,7 @@ "perPageAvailable": [ 10 ], - "messages": { - }, + "messages": {}, "perPageField": "size" }, { @@ -1588,12 +1583,10 @@ "method": "post", "requestAdaptor": "", "adaptor": "", - "messages": { - }, + "messages": {}, "dataType": "form-data" }, - "actions": [ - ] + "actions": [] } ], "showCloseButton": true, @@ -1601,8 +1594,7 @@ "showLoading": true, "className": "", "id": "u:f66fa4de8251", - "actions": [ - ], + "actions": [], "canAccessSuperData": false, "wrapWithPanel": false, "size": "xl", -- Gitblit v1.7.1