完成我的信息接口调试

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()) {