liuhj дней назад: 5
Родитель
Сommit
5efa955ecd
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      src/components/Finance/DailyFeeedit.vue

+ 8 - 0
src/components/Finance/DailyFeeedit.vue

@@ -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{