소스 검색

调整字段

congxuesong 2 주 전
부모
커밋
bb031983a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;