解决报错问题

This commit is contained in:
bb_pan 2025-09-24 09:17:38 +08:00
parent 4fd9388ae2
commit 839149f14b
1 changed files with 26 additions and 27 deletions

View File

@ -48,8 +48,6 @@
</template>
</el-table-column>
</el-table>
</div>
<!-- 三级页面弹窗 -->
<el-dialog
:visible.sync="dialogVisible"
@ -76,6 +74,7 @@
<el-button @click="dialogVisible = false">关闭</el-button>
</div>
</el-dialog>
</div>
</template>
<script>