From d233d809dd78aa2bf973cdb2ad577dc823eb6ddc Mon Sep 17 00:00:00 2001
From: odc.xiaohui <xiaohui@Q1>
Date: 星期二, 28 二月 2023 11:45:36 +0800
Subject: [PATCH] 2023/2/28 肖辉 违建登记添加-身份证正反面调整
---
src/views/systemSetting/baseSetting/user/components/main/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/systemSetting/baseSetting/user/components/main/index.vue b/src/views/systemSetting/baseSetting/user/components/main/index.vue
index 26e0685..dc18c42 100644
--- a/src/views/systemSetting/baseSetting/user/components/main/index.vue
+++ b/src/views/systemSetting/baseSetting/user/components/main/index.vue
@@ -84,7 +84,7 @@
<!-- 鏌ョ湅椤甸潰 -->
<el-dialog
:visible.sync="dialogView"
- width="45%"
+ width="600px"
v-if="dialogView"
title="鏌ョ湅鐢ㄦ埛淇℃伅"
>
@@ -93,7 +93,7 @@
<!-- 淇敼椤甸潰 -->
<el-dialog
:visible.sync="dialogUpdate"
- width="45%"
+ width="600px"
v-if="dialogUpdate"
:title="
updateFlag
@@ -261,6 +261,7 @@
url: "sccg/admin/deleteBatch?ids=" + idArr,
}).then((res) => {
if (res.code === 200) {
+
this.$message({
type: "success",
message: "鍒犻櫎鐢ㄦ埛淇℃伅鎴愬姛",
--
Gitblit v1.8.0