congxuesong 2 týždňov pred
rodič
commit
bb031983a4

+ 1 - 1
src/views/licenseManagement/entertainmentLicense.vue

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