소스 검색

Merge branch 'dev' of http://39.106.8.246:3003/web/ibms into dev

zhangyu 5 년 전
부모
커밋
73f5ae3f0d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/components/business_space/business/handsontable.vue
  2. 1 1
      src/components/business_space/newGraphy/graphy.vue

+ 1 - 1
src/components/business_space/business/handsontable.vue

@@ -807,7 +807,7 @@ export default {
     //  其他分区类型查询
     getOtherType() {
       let param = {
-        Cascade: [{ Name: 'zoneType' }],
+        Cascade: [{ Name: 'zoneType', Filters: `ProjectId='${this.projectId}'` }],
         Filters: `Code="OtherZone"`
       }
       queryAllZoneType(param, res => {

+ 1 - 1
src/components/business_space/newGraphy/graphy.vue

@@ -301,7 +301,7 @@ export default {
     // 其他分区类型查询
     getOtherType() {
       let pa = {
-        Cascade: [{ Name: 'zoneType' }],
+        Cascade: [{ Name: 'zoneType', Filters: `ProjectId='${this.projectId}'` }],
         Filters: `Code="OtherZone"`
       }
       queryAllZoneType(pa, res => {