@@ -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>
</el-form>
</el-dialog>