congxuesong hace 2 semanas
padre
commit
bb031983a4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/licenseManagement/entertainmentLicense.vue

+ 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;