修复字段名错误问题
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user