From 4d62306be71cef7d62059f07199426f96353c412 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 03 一月 2020 16:07:44 +0800 Subject: [PATCH] 2020-01-03 --- src/tabviews/tableshare/actionList/index.jsx | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/tabviews/tableshare/actionList/index.jsx b/src/tabviews/tableshare/actionList/index.jsx index 882cded..2acdec2 100644 --- a/src/tabviews/tableshare/actionList/index.jsx +++ b/src/tabviews/tableshare/actionList/index.jsx @@ -683,8 +683,8 @@ } let _sql = Utils.getSelectQuerySql(item) - console.log(_sql) _sql = Utils.formatOptions(_sql) + let param = { func: 'sPC_Get_SelectedList', LText: _sql, @@ -755,12 +755,12 @@ this.setState({ confirmLoading: true }) - console.log(res) - // this.execSubmit(this.state.execAction, this.state.tabledata, () => { - // this.setState({ - // confirmLoading: false - // }) - // }, res) + + this.execSubmit(this.state.execAction, this.state.tabledata, () => { + this.setState({ + confirmLoading: false + }) + }, res) }, () => {}) } -- Gitblit v1.8.0