Commit c50c1b6d authored by Mac's avatar Mac

1

parent bf30b10d
......@@ -374,6 +374,7 @@
},
res => {
if (res.resultCode == 1) {
this.GetBaseInfoQueryList()
if(type==1){
uni.showToast({
title: "保存成功"
......
......@@ -313,8 +313,8 @@ export default {
Distinguish:0,//0是区分,1不区分
StartTime:'',
EndTime:'',
ManNum:0,
WoManNum:0,
ManNum:'0',
WoManNum:'0',
LonLat:'',
LocationName:'',
},
......@@ -527,6 +527,7 @@ export default {
})
return
}
if(this.addMsg.WoManNum==''){
uni.showToast({
title: '女生数量不能为空',
......
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