Commit 14d20932 authored by zhangderong's avatar zhangderong

20190819修改代理

parent d9e83ddf
......@@ -184,7 +184,7 @@ export default {
this.$Notice.error({
title: '提示',
desc: '请您填写正确的手机号或姓名',
duration:'2'
duration:2
});
return
}
......@@ -193,7 +193,7 @@ export default {
this.$Notice.error({
title: '提示',
desc: '请您填写正确的手机号',
duration:'2'
duration:2
});
return
}
......@@ -202,12 +202,15 @@ export default {
this.$Notice.success({
title: '提示',
desc: '添加成功',
duration:'2'
duration:2
});
this.SearchList()
this.formInline.PhoneNumber=''
this.formInline.PerName=''
}
if(res.data.body.code==0){
}
})
} ,
......
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