computed: {
disableBtn() {
return this.modifyForm.newModify? false: true
}
},
getVerificationCode()
计算属性不能赋值,props不能赋值 ,state不能赋值
最新推荐文章于 2023-11-29 09:37:13 发布
computed: {
disableBtn() {
return this.modifyForm.newModify? false: true
}
},
getVerificationCode()