Browse Source

bug修改

wangfei 6 years ago
parent
commit
9c7d3b710d
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      src/pages/system/caseManager/caseTableManager/edit.vue

+ 7
- 0
src/pages/system/caseManager/caseTableManager/edit.vue View File

@@ -127,6 +127,13 @@ export default {
127 127
         })
128 128
         return false
129 129
       }
130
+      if (this.postData.AreaId === '' || this.CaseId === '') {
131
+        this.$message({
132
+          type: 'error',
133
+          message: '请选择案场/区域'
134
+        })
135
+        return false
136
+      }
130 137
       this.postData.OrgId = this.OrgId
131 138
       this.$ajax(this.$api.caseManager.editCaseTable.url, {
132 139
         method: this.$api.caseManager.editCaseTable.method,