15313670163 3 달 전
부모
커밋
441765d82f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/chat/topicType.vue

+ 1 - 1
src/views/chat/topicType.vue

@@ -76,7 +76,7 @@
                 </div>
                 <div class="dialogBtn">
                     <el-button type="info" @click="dialogTableVisible = false">取消</el-button>
-                    <el-button type="primary" @click="submitForm('ruleForm')">提交</el-button>
+                    <el-button type="primary" @click="submitForm('ruleForm')" v-if="dialogTableVisible">提交</el-button>
                 </div>
             </el-form>
         </el-dialog>