Commit b81a9cb4 by 黄森林

角色修改功能优化

parent 0ef3cc98
......@@ -126,7 +126,9 @@ export default {
},
handleOk() {
let that = this
if(that.modelData.num == null || that.modelData.num == undefined){
that.modelData.num == ''
}
if (that.modelData.id == '') {
userAdd(that.modelData).then(() => {
that.visible = false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment