|
@@ -201,7 +201,7 @@ const handleReplace = async () => {
|
|
|
id: localGet("createdId")
|
|
id: localGet("createdId")
|
|
|
};
|
|
};
|
|
|
const res: any = await getStoreEntertainmentLicenceStatus(params);
|
|
const res: any = await getStoreEntertainmentLicenceStatus(params);
|
|
|
- if (res.data.EntertainmentStatus == 2) {
|
|
|
|
|
|
|
+ if (res.data.entertainmentStatus == 2) {
|
|
|
ElMessage.warning("娱乐经营许可证审核中,请耐心等待");
|
|
ElMessage.warning("娱乐经营许可证审核中,请耐心等待");
|
|
|
} else {
|
|
} else {
|
|
|
replaceDialogVisible.value = true;
|
|
replaceDialogVisible.value = true;
|