king
2024-08-25 ae170a9d58b4f91a225eada1dc83ed4a116b8d50
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() {}
      })