소스 검색

bug修改

wangfei 6 년 전
부모
커밋
fb65881300
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/pages/system/caseManager/caseAreaManager/add.vue

+ 1
- 1
src/pages/system/caseManager/caseAreaManager/add.vue 파일 보기

@@ -120,7 +120,7 @@ export default {
120 120
         })
121 121
         return false
122 122
       }
123
-      if (this.postData.CaseId === '') {
123
+      if (this.CaseId === '') {
124 124
         this.$message({
125 125
           type: 'error',
126 126
           message: '案场不能为空'