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("确认取消同步?", "提示", {