修复字段名错误问题

This commit is contained in:
Dragon
2023-11-22 11:12:55 +08:00
parent ddcfd8c7ec
commit 24f6702101

View File

@@ -145,7 +145,7 @@ export default {
// 二次确认
sureClick() {
if (this.type == 1) {
relieve({ id: this.obj.uid }).then((res) => {
relieve({ uid: this.obj.uid }).then((res) => {
if (res.code == 200) {
ElMessage({
showClose: true,