瀏覽代碼

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