king
2020-08-31 b3547d1c531e479021219fda5df153a11b9b52a3
src/mob/contupdate/index.jsx
@@ -76,8 +76,6 @@
    confirm({
      title: '确定删除元素吗?',
      okText: this.state.dict['mob.confirm'],
      cancelText: this.state.dict['mob.cancel'],
      onOk() {
        _this.props.updateContent(null)
      },