| | |
| | | confirm({ |
| | | title: '确定删除《' + card.name + '》吗?', |
| | | content: '', |
| | | okText: this.state.dict['mob.confirm'], |
| | | cancelText: this.state.dict['mob.cancel'], |
| | | onOk() { |
| | | return new Promise(resolve => { |
| | | let param = { |
| | |
| | | ID: card ? card.uuid : Utils.getuuid(), |
| | | TypeName: res.type, |
| | | remark: res.name, |
| | | kei_no: res.type |
| | | kei_no: res.keiNo |
| | | } |
| | | |
| | | Api.getCloudConfig(param).then(result => { |
| | |
| | | width={'600px'} |
| | | maskClosable={false} |
| | | visible={this.state.visible} |
| | | okText={this.state.dict['mob.confirm']} |
| | | cancelText={this.state.dict['mob.cancel']} |
| | | onCancel={() => this.setState({visible: false})} |
| | | confirmLoading={this.state.confirmloading} |
| | | onOk={this.submitCard} |