|
|
@ -145,7 +145,7 @@ |
|
|
|
style="float:left;margin-left:10px" |
|
|
|
class="diy-button--export" |
|
|
|
size="small" |
|
|
|
@click="handleTiming()">定时</el-button> |
|
|
|
@click="handleTiming()">更新数据</el-button> |
|
|
|
</div> |
|
|
|
|
|
|
|
<el-table class="table" |
|
|
@ -611,7 +611,7 @@ export default { |
|
|
|
|
|
|
|
async handleTiming (row) { |
|
|
|
|
|
|
|
this.$confirm("确认执行定时任务?", "提示", { |
|
|
|
this.$confirm("确认执行更新数据?", "提示", { |
|
|
|
confirmButtonText: "确定", |
|
|
|
cancelButtonText: "取消", |
|
|
|
type: "warning" |
|
|
@ -628,7 +628,7 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
async timingNat (row) { |
|
|
|
const url = "/epmetuser/dataSyncConfig/natInfoScanTask" |
|
|
|
const url = "/epmetuser/dataSyncConfig/natInfoSyncButton" |
|
|
|
// const url = "http://yapi.elinkservice.cn/mock/245/epmetuser/icNat/synchro" |
|
|
|
|
|
|
|
let params = { |
|
|
|