diff --git a/epmet-oper-web/src/views/modules/wx-mini/index-set.vue b/epmet-oper-web/src/views/modules/wx-mini/index-set.vue
index ea9d8a5..7319a9c 100644
--- a/epmet-oper-web/src/views/modules/wx-mini/index-set.vue
+++ b/epmet-oper-web/src/views/modules/wx-mini/index-set.vue
@@ -12,9 +12,9 @@
政府端
+ @click="startSetWxIndex(scope.row.customerId, scope.row.customerName, 0)">居民端
居民端
+ @click="startSetWxIndex(scope.row.customerId, scope.row.customerName, 1)">政府端
@@ -29,7 +29,7 @@
@click="save">保存
发布
- ({{ wxIndex.customerName }} - {{ wxIndex.clientType===0 ? '政府端' : '居民端' }})
+ ({{ wxIndex.customerName }} - {{ wxIndex.clientType===1 ? '政府端' : '居民端' }})