Commit 4b844cc8 authored by 黄奎's avatar 黄奎

页面修改

parent e0b3ffb9
......@@ -373,14 +373,14 @@
})
return
}
if (this.customObj.StuChannel == '') {
this.$q.notify({
type: 'negative',
position: "top",
message: `请选择收客渠道`
})
return
}
// if (this.customObj.StuChannel == '') {
// this.$q.notify({
// type: 'negative',
// position: "top",
// message: `请选择收客渠道`
// })
// return
// }
if (this.customObj.StuTel != '') {
var myreg = /^[1][3-9][\d]{9}/;
if (!myreg.test(this.customObj.StuTel)) {
......
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