From 9406d00f70c12f84d4c8b559b37c03657a523e76 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 27 Mar 2023 12:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=97=E5=85=B8=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityParty/regionalParty/units.vue | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/views/modules/communityParty/regionalParty/units.vue b/src/views/modules/communityParty/regionalParty/units.vue index a3356cd75..42729924e 100644 --- a/src/views/modules/communityParty/regionalParty/units.vue +++ b/src/views/modules/communityParty/regionalParty/units.vue @@ -217,10 +217,10 @@ trigger="click">
- 同步 + @click="handleSync(scope.row)">同步 -->
@@ -412,7 +412,7 @@ export default { //获取服务事项下拉框 async loadService () { - const url = "/actual/base/actual/base/serviceitem/dict-list" + const url = "/actual/base/serviceitem/dict-list" let params = { @@ -544,23 +544,23 @@ export default { }, - async handleSync (row) { + // async handleSync (row) { - this.$confirm("确认同步到通讯录?", "提示", { - confirmButtonText: "确定", - cancelButtonText: "取消", - type: "warning" - }) - .then(() => { - this.syncUnit(row) - }) - .catch(err => { - if (err == "cancel") { + // this.$confirm("确认同步到通讯录?", "提示", { + // confirmButtonText: "确定", + // cancelButtonText: "取消", + // type: "warning" + // }) + // .then(() => { + // this.syncUnit(row) + // }) + // .catch(err => { + // if (err == "cancel") { - } + // } - }); - }, + // }); + // }, async handleNoSync (row) { this.$confirm("确认取消同步?", "提示", {