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>