|
|
@@ -109,7 +109,7 @@ export default {
|
|
|
birthdayMonth: this.birthdayMonth,
|
|
|
birthdayDate: this.birthdayDate
|
|
|
};
|
|
|
- this.$util.confirmModal({content:'确认修改?提交后将不能再修改'},() => {
|
|
|
+ this.$util.confirmModal({content:'确认提交?提交后将不能再修改'},() => {
|
|
|
modifyBirthday(params).then(res=>{
|
|
|
if(res.code == 1){
|
|
|
this.$msg('已修改')
|