Commit 03c6d6f4 authored by Medicean's avatar Medicean

(Comment) 删除调试代码

parent 942c059a
...@@ -1503,7 +1503,6 @@ class PHP { ...@@ -1503,7 +1503,6 @@ class PHP {
dumpResult() { dumpResult() {
const grid = this.manager.result.layout.getAttachedObject(); const grid = this.manager.result.layout.getAttachedObject();
let filename = `${this.core.__opts__.ip}_${new Date().format("yyyyMMddhhmmss")}.csv`; let filename = `${this.core.__opts__.ip}_${new Date().format("yyyyMMddhhmmss")}.csv`;
antSword['test'] = this;
dialog.showSaveDialog({ dialog.showSaveDialog({
title: LANG['result']['dump']['title'], title: LANG['result']['dump']['title'],
defaultPath: filename defaultPath: filename
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment