修复字段名错误问题
This commit is contained in:
@@ -145,7 +145,7 @@ export default {
|
|||||||
// 二次确认
|
// 二次确认
|
||||||
sureClick() {
|
sureClick() {
|
||||||
if (this.type == 1) {
|
if (this.type == 1) {
|
||||||
relieve({ id: this.obj.uid }).then((res) => {
|
relieve({ uid: this.obj.uid }).then((res) => {
|
||||||
if (res.code == 200) {
|
if (res.code == 200) {
|
||||||
ElMessage({
|
ElMessage({
|
||||||
showClose: true,
|
showClose: true,
|
||||||
|
Reference in New Issue
Block a user