Browse Source

提交一下

1
mo 4 years ago
parent
commit
01caaa870c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/businessManager/shopManager/shopOperation.vue

+ 1 - 1
src/views/businessManager/shopManager/shopOperation.vue

@@ -644,7 +644,7 @@ export default {
             tempForm.replacementShowOrganId =
               tempForm.replacementShowOrganId.join(",");
           }
-          if(!tempForm.studentShowOrganId&&!tempForm.educationShowOrganId&&!tempForm.courseFeeShowOrganId&&!tempForm.courseFeeShowOrganId&&!tempForm.replacementShowOrganId){
+          if(!tempForm.studentShowOrganId&&!tempForm.educationShowOrganId&&!tempForm.courseFeeShowOrganId&&!tempForm.memberFeeShowOrganId&&!tempForm.replacementShowOrganId){
             this.$message.error('请至少选择一个可见分部')
             return
           }