去掉管理员界面的allUser编辑userName

This commit is contained in:
李志鹏
2026-05-15 10:15:18 +08:00
parent a1281c8e3f
commit 8a7776a4b6

View File

@@ -321,6 +321,7 @@ export default defineComponent({
data = setEditData()
if (!data.userName || !data.userEmail || !data.validEndTime || !data.systemUser)
return message.warning('Please check the input box marked with *')
delete data.userName
Https.axiosPost(Https.httpUrls.modifyUser, {}, { params: data }).then(rv => {
if (rv) {
cancelDsign()