Commit c50c1b6d authored by Mac's avatar Mac

1

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