修改传参

This commit is contained in:
Dragon
2023-10-08 17:02:51 +08:00
parent 9d09d5974a
commit c0790a888f

View File

@@ -162,7 +162,7 @@ export default {
// 确认解除风险按钮
dialogClick() {
riskUserDel({
id: this.id,
uid: this.id,
}).then((res) => {
console.log(res);
if (res.code == 200) {