king
2024-08-25 326aa6b3effaccc71cfe0775d47b0f29eb3695a6
src/menu/urlfieldcomponent/index.jsx
@@ -61,14 +61,14 @@
  deleteField = (field) => {
    let config = JSON.stringify(this.props.config)
    const _this = this
    const that = this
    if (new RegExp('@' + field + '@', 'ig').test(config)) {
      confirm({
        title: `配置中存在@${field}@,确定删除吗?`,
        content: '',
        onOk() {
          _this.execDelete(field)
          that.execDelete(field)
        },
        onCancel() {}
      })