完成我的信息接口调试
This commit is contained in:
@@ -162,7 +162,8 @@ export default {
|
||||
// 删除图片
|
||||
deleteImage() {
|
||||
this.employeeInfo.img = '';
|
||||
}, // 提交表单
|
||||
},
|
||||
// 提交表单
|
||||
submitForm() {
|
||||
//密码对比
|
||||
if (!this.validatePassword()) {
|
||||
|
@@ -136,7 +136,7 @@ export default {
|
||||
.unit-management {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 95vh;
|
||||
height: 100vh;
|
||||
background-color: #f5f5f5;
|
||||
padding: 20rpx;
|
||||
}
|
||||
|
Reference in New Issue
Block a user