fix:设备管理接口联调修改

This commit is contained in:
17630416519
2025-12-13 15:48:50 +08:00
parent f50874423a
commit eb757d1c20
4 changed files with 301 additions and 236 deletions

View File

@@ -83,7 +83,7 @@
<pagination :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" @pagination="getList" />
<!-- 添加或修改设备检查项对话框 -->
<el-dialog :title="title" :lock-scroll="false" :visible.sync="open">
<el-dialog :title="title" :close-on-click-modal="false" :lock-scroll="false" :visible.sync="open">
<!-- 基本信息 -->
<el-form ref="formRef" :model="form" :rules="rules" label-width="100px">
<el-row :gutter="20">