@@ -191,6 +191,14 @@ export default {
}
if(issubmit){
+ if(this.ruleForm.name==1353){
+ this.$message({
+ showClose: true,
+ message: '请选择团组名称!',
+ type: 'error'
+ });
+ return
+ }
if(this.editid!=undefined){
this.UpdateDailyPayment()
}else{