|
@@ -136,11 +136,13 @@ onMounted(() => {
|
|
|
});
|
|
|
|
|
|
const initData = () => {
|
|
|
+
|
|
|
let data = {
|
|
|
shopUserId: getParamValue("shopUserId"),
|
|
|
- userId: getParamValue("userId"),
|
|
|
+ userId: getParamValue("recruitUserId"),
|
|
|
houseId: getParamValue("houseId"),
|
|
|
};
|
|
|
+ debugger
|
|
|
let url = config.baseUrl + "/house/communicate/status";
|
|
|
const header = {
|
|
|
"Content-Type": "application/x-www-form-urlencoded",
|