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>