完成我的信息接口调试

This commit is contained in:
2025-09-12 09:44:44 +08:00
parent 2e58309db4
commit 77cf4aa7b7
11 changed files with 472 additions and 389 deletions

View File

@@ -162,7 +162,8 @@ export default {
// 删除图片
deleteImage() {
this.employeeInfo.img = '';
}, // 提交表单
},
// 提交表单
submitForm() {
//密码对比
if (!this.validatePassword()) {

View File

@@ -136,7 +136,7 @@ export default {
.unit-management {
display: flex;
flex-direction: column;
height: 95vh;
height: 100vh;
background-color: #f5f5f5;
padding: 20rpx;
}