修改部分bug和调整布局

This commit is contained in:
X1627315083
2024-10-08 17:03:22 +08:00
parent d2d3cf856d
commit 982bbee122
27 changed files with 351 additions and 327 deletions

View File

@@ -216,6 +216,8 @@ export default defineComponent({
"credits": operationsData.credits,
"systemUser": operationsData.systemUser,
"validEndTime": setTime(operationsData.validEndTime),
"userName": operationsData.userName,
"userEmail": operationsData.userEmail,
}
}
let cancelDsign = ()=>{
@@ -244,7 +246,7 @@ export default defineComponent({
);
}else{
data = setEditData()
if(!data.userName || !data.userEmail || !data.validStartTime || !data.validEndTime || !data.systemUser)return message.warning('Please check the input box marked with *')
if(!data.userName || !data.userEmail || !data.validEndTime || !data.systemUser)return message.warning('Please check the input box marked with *')
Https.axiosPost(Https.httpUrls.modifyUser,{},{params:data}).then(
(rv) => {
if (rv) {