This commit is contained in:
hanchaobo
2024-02-22 10:47:36 +08:00
@@ -100,6 +100,8 @@ export default {
message: "确认成功",
type: "success",
});
this.cancel();
this.$emit("getList", this.queryParams);
})
console.log('申请人');
} else {
@@ -109,11 +111,11 @@ export default {
message: "确认成功",
type: "success",
});
this.cancel();
this.$emit("getList", this.queryParams);
})
console.log('被申请人');
}
this.cancel();
this.$emit("getList", this.queryParams);
}
})
},