Browse Source

bug修改

wangfei 6 years ago
parent
commit
fb65881300
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/system/caseManager/caseAreaManager/add.vue

+ 1
- 1
src/pages/system/caseManager/caseAreaManager/add.vue View File

@@ -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: '案场不能为空'