车辆对接

This commit is contained in:
wangshiming
2022-01-13 14:30:03 +08:00
parent 73b7bd66a9
commit 4dc7b9490b
4 changed files with 28 additions and 17 deletions

View File

@ -483,10 +483,6 @@ resourceStatus: any;
text: '查看',
click: (_record) => this.FloatView(_record),
},
// {
// text: '查看协议',
// click: (_record, _modal, _instance) => this.view(_record)
// },
{
text: '撤销',
click: (_record) => this.revoke(_record),
@ -590,7 +586,6 @@ resourceStatus: any;
}
}
OpenPrice(value: any) {
console.log(value)
this.changeId = value.id;
this.isVisible = true
}
@ -761,7 +756,7 @@ resourceStatus: any;
console.log(res)
if(res) {
this.service.msgSrv.success('撤销成功!')
this.stFloat.reload(1)
this.stFloat.reload()
} else {
this.service.msgSrv.error(res.msg)
}