congxuesong 2 viikkoa sitten
vanhempi
commit
bb031983a4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;