| | |
| | | |
| | | private handleAssert(record: any){ |
| | | get("unit/state",{ |
| | | id: record.unitId, |
| | | unitId: record.unitId, |
| | | |
| | | }).then(res => { |
| | | <a-alert message="生效成功" type="success" /> |
| | | }).then(res => { |
| | | this.handleSearch() |
| | | this.$message.success('操作成功') |
| | | }) |
| | | .catch(err=>{ |
| | | console.log(err); |
| | |
| | | unitId: this.recordTableData.unitId, |
| | | invalidReason:this.createForm.getFieldValue('code') |
| | | }).then(res => { |
| | | <a-alert message="已作废" type="success" /> |
| | | this.visibleInvalidityModal=false |
| | | this.$message.success('操作成功') |
| | | this.visibleInvalidityModal = false |
| | | this.handleSearch() |
| | | }) |
| | | .catch(err=>{ |
| | | console.log(err); |
| | |
| | | } |
| | | |
| | | private progressStateRender(text: string) { |
| | | if (text === 0) { |
| | | if (text === '0') { |
| | | return <a-badge status = 'success' text = '生效' />; |
| | | } |
| | | return <a-badge status = 'processing' text = '未生效' />; |
| | |
| | | <a onClick = { |
| | | () => this.handleDetailModalVisible(true, record) |
| | | } > 详情 </a> |
| | | <a-divider type = 'vertical' / > |
| | | </div> |
| | | } |
| | | } |
| | | } |
| | | this.handleSearch(); |
| | | } |
| | | |
| | | } |