From 39739e34af928aae204c55db7974213c9b938c5a Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 21 二月 2024 18:33:14 +0800
Subject: [PATCH] 整理
---
admin/src/views/business/deviceRole_f.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/admin/src/views/business/deviceRole_f.vue b/admin/src/views/business/deviceRole_f.vue
index 97f58ab..302cd6d 100644
--- a/admin/src/views/business/deviceRole_f.vue
+++ b/admin/src/views/business/deviceRole_f.vue
@@ -30,7 +30,6 @@
<span v-if="row.type === '2'">鍐呴儴浜哄憳</span>
</template>
</el-table-column>
- <el-table-column prop="memberNum" label="浣跨敤浜烘暟" min-width="100px"></el-table-column>
<el-table-column prop="isDefault" label="鏄惁榛樿" min-width="100px">
<template slot-scope="{row}">
<span v-if="row.isDefault === 0">鏄�</span>
@@ -97,7 +96,7 @@
}).then(() => {
syncPrivilege({})
.then(res => {
- this.$message({ type: 'success', message: '鍚屾鎴愬姛' })
+ this.$message({ type: 'success', message:res || '鍚屾鎴愬姛' })
this.search()
})
}).catch(() => {
--
Gitblit v1.9.3