dev #1

Merged
landaiqing merged 6 commits from dev into master 2024-07-13 11:42:29 +08:00
7 changed files with 21267 additions and 1875 deletions
Showing only changes of commit 74951b822f - Show all commits

View File

@@ -36,7 +36,7 @@ const handleAdd = async (fields: API.UserInfo) => {
/**
* 更新节点
* @param fields
*/
const handleUpdate = async (fields: FormValueType) => {
const hide = message.loading('正在配置');
try {
@@ -60,7 +60,7 @@ const handleUpdate = async (fields: FormValueType) => {
return false;
}
};
*/
/**
* 删除节点
* @param selectedRows
@@ -121,6 +121,7 @@ const User: React.FC<unknown> = () => {
},
{
title: '密码',
required: true,
dataIndex: 'password',
valueType: 'text',
},