Commit b9aecef7 by 彭祥礼

Merge remote-tracking branch 'origin/master'

parents 08f0d240 b81a9cb4
......@@ -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