From 64479e2ce8b7c30e36f08c41eed226a1def1be82 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 09 五月 2023 17:00:39 +0800 Subject: [PATCH] 瓦片下载功能添加;综合展示图层管理修改;数据管理字段管理编辑修改 --- src/views/datamanage/dictionaryManage.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/views/datamanage/dictionaryManage.vue b/src/views/datamanage/dictionaryManage.vue index 8285579..4478a44 100644 --- a/src/views/datamanage/dictionaryManage.vue +++ b/src/views/datamanage/dictionaryManage.vue @@ -471,6 +471,7 @@ v-model="insertform.tab" autocomplete="off" style="width:85%" + disabled ></el-input> </el-form-item> <el-form-item @@ -711,7 +712,8 @@ //淇敼璇︽儏寮规 handleEdit(index, row) { this.dialogFormVisible = true; - this.upform = row; + var val = JSON.parse(JSON.stringify(row)) + this.upform = val; }, //鍒犻櫎鍒楄〃 DelFormData() { -- Gitblit v1.9.3