king
2022-09-06 bdfec44c9f3a37dbbe05bf14a252ffec04132a86
src/menu/datasource/verifycard/index.jsx
@@ -588,14 +588,12 @@
      let timestamp = moment().format('YYYY-MM-DD HH:mm:ss')
      let r = SettingUtils.getDebugSql(setting, _scripts, columns, searches, defaultSearch, timestamp)
      if (r.error) {
      if (r.errors) {
        notification.warning({
          top: 92,
          message: r.error,
          message: r.errors,
          duration: 5
        })
        reject()
        return
      }
      let param = {
@@ -619,10 +617,10 @@
        sumParam.secretkey = Utils.encrypt('', sumParam.timestamp)
      }
      
      Api.getLocalConfig(param).then(result => {
      Api.genericInterface(param).then(result => {
        if (result.status) {
          if (sumParam) {
            Api.getLocalConfig(sumParam).then(res => {
            Api.genericInterface(sumParam).then(res => {
              if (res.status) {
                resolve()
              } else {