Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
16 changed files
with
10 additions
and
21 deletions
1 | import request from '@/utils/request' | 1 | import request from '@/utils/request' |
2 | 2 | ||
3 | class dataReporting { | 3 | class sjsbFunctionOper { |
4 | // 数据上报表头相关接口 | 4 | // 数据上报表头相关接口 |
5 | async getQltFwFdcqYzByCondition (id) { | 5 | async getQltFwFdcqYzByCondition (id) { |
6 | return request({ | 6 | return request({ |
... | @@ -22,4 +22,4 @@ class dataReporting { | ... | @@ -22,4 +22,4 @@ class dataReporting { |
22 | }) | 22 | }) |
23 | } | 23 | } |
24 | } | 24 | } |
25 | export default new dataReporting() | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
25 | export default new sjsbFunctionOper() | ||
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
... | @@ -112,7 +112,6 @@ | ... | @@ -112,7 +112,6 @@ |
112 | 112 | ||
113 | <script> | 113 | <script> |
114 | import { mapGetters } from "vuex"; | 114 | import { mapGetters } from "vuex"; |
115 | import dataReporting from "@/api/dataReporting"; | ||
116 | import JsonEditor from "@/components/JsonEditor/index"; | 115 | import JsonEditor from "@/components/JsonEditor/index"; |
117 | import { getDetail, getXml } from "@/api/sbbwcx.js"; | 116 | import { getDetail, getXml } from "@/api/sbbwcx.js"; |
118 | import { MessageBox } from "element-ui"; | 117 | import { MessageBox } from "element-ui"; | ... | ... |
... | @@ -71,7 +71,6 @@ | ... | @@ -71,7 +71,6 @@ |
71 | // 查封登记 | 71 | // 查封登记 |
72 | import data from "./data" | 72 | import data from "./data" |
73 | import business from '@/api/business' | 73 | import business from '@/api/business' |
74 | import dataReporting from '@/api/dataReporting' | ||
75 | import tableMixin from '@/mixins/tableMixin.js' | 74 | import tableMixin from '@/mixins/tableMixin.js' |
76 | export default { | 75 | export default { |
77 | name: "Cfdj", | 76 | name: "Cfdj", | ... | ... |
... | @@ -78,7 +78,6 @@ | ... | @@ -78,7 +78,6 @@ |
78 | // 抵押权登记 | 78 | // 抵押权登记 |
79 | import data from "./data" | 79 | import data from "./data" |
80 | import business from '@/api/business' | 80 | import business from '@/api/business' |
81 | import dataReporting from '@/api/dataReporting' | ||
82 | import tableMixin from '@/mixins/tableMixin.js' | 81 | import tableMixin from '@/mixins/tableMixin.js' |
83 | import treeSelect from '@/components/treeSelect/index.vue' | 82 | import treeSelect from '@/components/treeSelect/index.vue' |
84 | export default { | 83 | export default { | ... | ... |
... | @@ -84,7 +84,6 @@ | ... | @@ -84,7 +84,6 @@ |
84 | // 地役权登记 | 84 | // 地役权登记 |
85 | import data from "./data" | 85 | import data from "./data" |
86 | import business from '@/api/business' | 86 | import business from '@/api/business' |
87 | import dataReporting from '@/api/dataReporting' | ||
88 | import tableMixin from '@/mixins/tableMixin.js' | 87 | import tableMixin from '@/mixins/tableMixin.js' |
89 | import treeSelect from '@/components/treeSelect/index.vue' | 88 | import treeSelect from '@/components/treeSelect/index.vue' |
90 | export default { | 89 | export default { | ... | ... |
... | @@ -70,7 +70,7 @@ | ... | @@ -70,7 +70,7 @@ |
70 | // 房地产权(项目内多幢房屋) | 70 | // 房地产权(项目内多幢房屋) |
71 | import data from "./data" | 71 | import data from "./data" |
72 | import business from '@/api/business' | 72 | import business from '@/api/business' |
73 | import dataReporting from '@/api/dataReporting' | 73 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' |
74 | import tableMixin from '@/mixins/tableMixin.js' | 74 | import tableMixin from '@/mixins/tableMixin.js' |
75 | import treeSelect from '@/components/treeSelect/index.vue' | 75 | import treeSelect from '@/components/treeSelect/index.vue' |
76 | export default { | 76 | export default { |
... | @@ -184,7 +184,7 @@ export default { | ... | @@ -184,7 +184,7 @@ export default { |
184 | } | 184 | } |
185 | }, | 185 | }, |
186 | async handlDatadetails (index, row) { | 186 | async handlDatadetails (index, row) { |
187 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 187 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
188 | if (res != null) { | 188 | if (res != null) { |
189 | this.diaData = res | 189 | this.diaData = res |
190 | this.bsmSjsb = row.BSM_SJSB | 190 | this.bsmSjsb = row.BSM_SJSB | ... | ... |
... | @@ -42,7 +42,7 @@ | ... | @@ -42,7 +42,7 @@ |
42 | // 建筑物区分所有权业主共有部分 | 42 | // 建筑物区分所有权业主共有部分 |
43 | import data from "./data" | 43 | import data from "./data" |
44 | import business from '@/api/business' | 44 | import business from '@/api/business' |
45 | import dataReporting from '@/api/dataReporting' | 45 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' |
46 | import tableMixin from '@/mixins/tableMixin.js' | 46 | import tableMixin from '@/mixins/tableMixin.js' |
47 | import treeSelect from '@/components/treeSelect/index.vue' | 47 | import treeSelect from '@/components/treeSelect/index.vue' |
48 | export default { | 48 | export default { |
... | @@ -118,7 +118,7 @@ export default { | ... | @@ -118,7 +118,7 @@ export default { |
118 | } | 118 | } |
119 | }, | 119 | }, |
120 | async handlDatadetails (index, row) { | 120 | async handlDatadetails (index, row) { |
121 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 121 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
122 | if (res != null) { | 122 | if (res != null) { |
123 | this.diaData = res | 123 | this.diaData = res |
124 | this.bsmSjsb = row.BSM_SJSB | 124 | this.bsmSjsb = row.BSM_SJSB | ... | ... |
... | @@ -70,7 +70,7 @@ | ... | @@ -70,7 +70,7 @@ |
70 | // 房地产权(独幢、层、套、间、房屋) | 70 | // 房地产权(独幢、层、套、间、房屋) |
71 | import data from "./data" | 71 | import data from "./data" |
72 | import business from '@/api/business' | 72 | import business from '@/api/business' |
73 | import dataReporting from '@/api/dataReporting' | 73 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' |
74 | import tableMixin from '@/mixins/tableMixin.js' | 74 | import tableMixin from '@/mixins/tableMixin.js' |
75 | import treeSelect from '@/components/treeSelect/index.vue' | 75 | import treeSelect from '@/components/treeSelect/index.vue' |
76 | export default { | 76 | export default { |
... | @@ -184,7 +184,7 @@ export default { | ... | @@ -184,7 +184,7 @@ export default { |
184 | } | 184 | } |
185 | }, | 185 | }, |
186 | async handlDatadetails (index, row) { | 186 | async handlDatadetails (index, row) { |
187 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 187 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
188 | if (res != null) { | 188 | if (res != null) { |
189 | this.diaData = res | 189 | this.diaData = res |
190 | this.bsmSjsb = row.BSM_SJSB | 190 | this.bsmSjsb = row.BSM_SJSB | ... | ... |
... | @@ -68,7 +68,6 @@ | ... | @@ -68,7 +68,6 @@ |
68 | // 构(建)筑物所有权 | 68 | // 构(建)筑物所有权 |
69 | import data from "./data" | 69 | import data from "./data" |
70 | import business from '@/api/business' | 70 | import business from '@/api/business' |
71 | import dataReporting from '@/api/dataReporting' | ||
72 | import tableMixin from '@/mixins/tableMixin.js' | 71 | import tableMixin from '@/mixins/tableMixin.js' |
73 | import treeSelect from '@/components/treeSelect/index.vue' | 72 | import treeSelect from '@/components/treeSelect/index.vue' |
74 | export default { | 73 | export default { | ... | ... |
... | @@ -68,7 +68,6 @@ | ... | @@ -68,7 +68,6 @@ |
68 | // 海域(含无居民海岛)使用权 | 68 | // 海域(含无居民海岛)使用权 |
69 | import data from "./data" | 69 | import data from "./data" |
70 | import business from '@/api/business' | 70 | import business from '@/api/business' |
71 | import dataReporting from '@/api/dataReporting' | ||
72 | import tableMixin from '@/mixins/tableMixin.js' | 71 | import tableMixin from '@/mixins/tableMixin.js' |
73 | import treeSelect from '@/components/treeSelect/index.vue' | 72 | import treeSelect from '@/components/treeSelect/index.vue' |
74 | export default { | 73 | export default { | ... | ... |
... | @@ -65,7 +65,7 @@ | ... | @@ -65,7 +65,7 @@ |
65 | // 建设用地、宅基地使用权 | 65 | // 建设用地、宅基地使用权 |
66 | import data from "./data" | 66 | import data from "./data" |
67 | import business from '@/api/business' | 67 | import business from '@/api/business' |
68 | import dataReporting from '@/api/dataReporting' | 68 | import sjsbFunctionOper from '@/api/sjsbFunctionOper' |
69 | import tableMixin from '@/mixins/tableMixin.js' | 69 | import tableMixin from '@/mixins/tableMixin.js' |
70 | import treeSelect from '@/components/treeSelect/index.vue' | 70 | import treeSelect from '@/components/treeSelect/index.vue' |
71 | export default { | 71 | export default { |
... | @@ -178,7 +178,7 @@ export default { | ... | @@ -178,7 +178,7 @@ export default { |
178 | } | 178 | } |
179 | }, | 179 | }, |
180 | async handlDatadetails (index, row) { | 180 | async handlDatadetails (index, row) { |
181 | let { result: res, message } = await dataReporting.getQltFwFdcqYzByCondition(row.BSM_SJSB) | 181 | let { result: res, message } = await sjsbFunctionOper.getQltFwFdcqYzByCondition(row.BSM_SJSB) |
182 | if (res != null) { | 182 | if (res != null) { |
183 | this.diaData = res | 183 | this.diaData = res |
184 | this.bsmSjsb = row.BSM_SJSB | 184 | this.bsmSjsb = row.BSM_SJSB | ... | ... |
... | @@ -64,7 +64,6 @@ | ... | @@ -64,7 +64,6 @@ |
64 | // 林权 | 64 | // 林权 |
65 | import data from "./data" | 65 | import data from "./data" |
66 | import business from '@/api/business' | 66 | import business from '@/api/business' |
67 | import dataReporting from '@/api/dataReporting' | ||
68 | import tableMixin from '@/mixins/tableMixin.js' | 67 | import tableMixin from '@/mixins/tableMixin.js' |
69 | import treeSelect from '@/components/treeSelect/index.vue' | 68 | import treeSelect from '@/components/treeSelect/index.vue' |
70 | export default { | 69 | export default { | ... | ... |
... | @@ -68,7 +68,6 @@ | ... | @@ -68,7 +68,6 @@ |
68 | // 农用地使用权(非林地) | 68 | // 农用地使用权(非林地) |
69 | import data from "./data" | 69 | import data from "./data" |
70 | import business from '@/api/business' | 70 | import business from '@/api/business' |
71 | import dataReporting from '@/api/dataReporting' | ||
72 | import tableMixin from '@/mixins/tableMixin.js' | 71 | import tableMixin from '@/mixins/tableMixin.js' |
73 | import treeSelect from '@/components/treeSelect/index.vue' | 72 | import treeSelect from '@/components/treeSelect/index.vue' |
74 | export default { | 73 | export default { | ... | ... |
... | @@ -74,7 +74,6 @@ | ... | @@ -74,7 +74,6 @@ |
74 | // 预告登记 | 74 | // 预告登记 |
75 | import data from "./data" | 75 | import data from "./data" |
76 | import business from '@/api/business' | 76 | import business from '@/api/business' |
77 | import dataReporting from '@/api/dataReporting' | ||
78 | import tableMixin from '@/mixins/tableMixin.js' | 77 | import tableMixin from '@/mixins/tableMixin.js' |
79 | import treeSelect from '@/components/treeSelect/index.vue' | 78 | import treeSelect from '@/components/treeSelect/index.vue' |
80 | export default { | 79 | export default { | ... | ... |
... | @@ -64,7 +64,6 @@ | ... | @@ -64,7 +64,6 @@ |
64 | // 异议登记 | 64 | // 异议登记 |
65 | import data from "./data" | 65 | import data from "./data" |
66 | import business from '@/api/business' | 66 | import business from '@/api/business' |
67 | import dataReporting from '@/api/dataReporting' | ||
68 | import tableMixin from '@/mixins/tableMixin.js' | 67 | import tableMixin from '@/mixins/tableMixin.js' |
69 | import treeSelect from '@/components/treeSelect/index.vue' | 68 | import treeSelect from '@/components/treeSelect/index.vue' |
70 | export default { | 69 | export default { | ... | ... |
... | @@ -69,7 +69,6 @@ | ... | @@ -69,7 +69,6 @@ |
69 | // 注销登记 | 69 | // 注销登记 |
70 | import data from "./data" | 70 | import data from "./data" |
71 | import business from '@/api/business' | 71 | import business from '@/api/business' |
72 | import dataReporting from '@/api/dataReporting' | ||
73 | import tableMixin from '@/mixins/tableMixin.js' | 72 | import tableMixin from '@/mixins/tableMixin.js' |
74 | export default { | 73 | export default { |
75 | name: "cancellationReg", | 74 | name: "cancellationReg", | ... | ... |
-
Please register or sign in to post a comment