bfcec6ac by 田浩浩

修改文件名及相关的代码

1 parent 0755fd20
Showing 48 changed files with 56 additions and 57 deletions
...@@ -191,8 +191,8 @@ class business { ...@@ -191,8 +191,8 @@ class business {
191 } 191 }
192 //登记发证信息 192 //登记发证信息
193 async getDjfDjFzDetailById (bsmSjsb) { 193 async getDjfDjFzDetailById (bsmSjsb) {
194 return request({ 194 return request({
195 url: SERVER.SERVERAPI +'/rest/reg/djfDjFz/detail', 195 url: SERVER.SERVERAPI +'/rest/reg/DjfDjFz/detail',
196 method: 'get', 196 method: 'get',
197 params: { 197 params: {
198 bsmSjsb: bsmSjsb 198 bsmSjsb: bsmSjsb
...@@ -202,7 +202,7 @@ class business { ...@@ -202,7 +202,7 @@ class business {
202 //修改登记发证信息 202 //修改登记发证信息
203 async updateDjfDjFz (data) { 203 async updateDjfDjFz (data) {
204 return request({ 204 return request({
205 url: SERVER.SERVERAPI +'/rest/reg/djfDjFz/edit', 205 url: SERVER.SERVERAPI +'/rest/reg/DjfDjFz/edit',
206 method: 'post', 206 method: 'post',
207 data 207 data
208 }) 208 })
......
1 import request from '@/utils/request' 1 import request from '@/utils/request'
2 2 import SERVER from './config'
3 class ruleConfig { 3 class ruleConfig {
4 // 列表查询 4 // 列表查询
5 async getSysYwsjbList (data) { 5 async getSysYwsjbList (data) {
6 return request({ 6 return request({
7 url: '/SysYwsjb/getSysYwsjbList', 7 url: SERVER.SERVERAPI +'/rest/SysYwsjb/getSysYwsjbList',
8 method: 'post', 8 method: 'post',
9 data 9 data
10 }) 10 })
...@@ -12,7 +12,7 @@ class ruleConfig { ...@@ -12,7 +12,7 @@ class ruleConfig {
12 // 编辑界面列表查询 12 // 编辑界面列表查询
13 async eidtConfigRule (id) { 13 async eidtConfigRule (id) {
14 return request({ 14 return request({
15 url: '/SysYwsjb/getSysYwsjbWithSysYwsjbFieldByBsmYwsjb', 15 url: SERVER.SERVERAPI +'/rest/SysYwsjb/getSysYwsjbWithSysYwsjbFieldByBsmYwsjb',
16 method: 'get', 16 method: 'get',
17 params: { 17 params: {
18 bsmYwsjb: id 18 bsmYwsjb: id
...@@ -22,7 +22,7 @@ class ruleConfig { ...@@ -22,7 +22,7 @@ class ruleConfig {
22 // 编辑 22 // 编辑
23 async editSysYwsjbWithSysYwsjbField (data) { 23 async editSysYwsjbWithSysYwsjbField (data) {
24 return request({ 24 return request({
25 url: '/SysYwsjb/editSysYwsjbWithSysYwsjbField', 25 url: SERVER.SERVERAPI +'/rest/SysYwsjb/editSysYwsjbWithSysYwsjbField',
26 method: 'post', 26 method: 'post',
27 data 27 data
28 }) 28 })
...@@ -30,7 +30,7 @@ class ruleConfig { ...@@ -30,7 +30,7 @@ class ruleConfig {
30 // 编辑 30 // 编辑
31 async deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb (id) { 31 async deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb (id) {
32 return request({ 32 return request({
33 url: '/SysYwsjb/deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb', 33 url: SERVER.SERVERAPI +'/rest/SysYwsjb/deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb',
34 method: 'delete', 34 method: 'delete',
35 params: { 35 params: {
36 bsmYwsjb: id 36 bsmYwsjb: id
...@@ -40,7 +40,7 @@ class ruleConfig { ...@@ -40,7 +40,7 @@ class ruleConfig {
40 // 编辑界面列表查询----根据数据表名查询 40 // 编辑界面列表查询----根据数据表名查询
41 async getRuleList (bsmYwsjb) { 41 async getRuleList (bsmYwsjb) {
42 return request({ 42 return request({
43 url: '/sjsb/DataReport/getTableColumn', 43 url: SERVER.SERVERAPI +'/rest/sjsb/DataReport/getTableColumn',
44 method: 'get', 44 method: 'get',
45 params: { 45 params: {
46 bsmYwsjb: bsmYwsjb 46 bsmYwsjb: bsmYwsjb
......
...@@ -395,7 +395,7 @@ export default { ...@@ -395,7 +395,7 @@ export default {
395 try { 395 try {
396 let { result: res } = await business.getQlfQlYgdjById(this.bsmSjsb) 396 let { result: res } = await business.getQlfQlYgdjById(this.bsmSjsb)
397 this.ruleForm = res 397 this.ruleForm = res
398 this.featchRule() 398 //this.featchRule()
399 } catch (error) { 399 } catch (error) {
400 this.$refs.msg.messageShow() 400 this.$refs.msg.messageShow()
401 } 401 }
......
...@@ -359,7 +359,7 @@ export default { ...@@ -359,7 +359,7 @@ export default {
359 try { 359 try {
360 let { result: res } = await business.getQlfQlNydsyqByID(this.bsmSjsb) 360 let { result: res } = await business.getQlfQlNydsyqByID(this.bsmSjsb)
361 this.ruleForm = res 361 this.ruleForm = res
362 this.featchRule() 362 //this.featchRule()
363 } catch (error) { 363 } catch (error) {
364 this.$refs.msg.messageShow() 364 this.$refs.msg.messageShow()
365 } 365 }
......
...@@ -178,7 +178,7 @@ export default { ...@@ -178,7 +178,7 @@ export default {
178 try { 178 try {
179 let { result: res } = await business.getDjfDjGdById(this.bsmSjsb) 179 let { result: res } = await business.getDjfDjGdById(this.bsmSjsb)
180 this.ruleForm = res 180 this.ruleForm = res
181 this.featchRule() 181 //this.featchRule()
182 } catch (error) { 182 } catch (error) {
183 this.$refs.msg.messageShow() 183 this.$refs.msg.messageShow()
184 } 184 }
......
...@@ -192,7 +192,7 @@ export default { ...@@ -192,7 +192,7 @@ export default {
192 try { 192 try {
193 let { result: res } = await business.getKttGyJzxById(this.bsmSjsb) 193 let { result: res } = await business.getKttGyJzxById(this.bsmSjsb)
194 this.boundaryLine.ruleForm = res 194 this.boundaryLine.ruleForm = res
195 this.featchRule() 195 //this.featchRule()
196 } catch (error) { 196 } catch (error) {
197 this.$refs.msg.messageShow() 197 this.$refs.msg.messageShow()
198 } 198 }
......
...@@ -161,7 +161,7 @@ export default { ...@@ -161,7 +161,7 @@ export default {
161 try { 161 try {
162 let { result: res } = await business.getKttGyJzdById(this.bsmSjsb) 162 let { result: res } = await business.getKttGyJzdById(this.bsmSjsb)
163 this.boundaryPoint.ruleForm = res 163 this.boundaryPoint.ruleForm = res
164 this.featchRule() 164 //this.featchRule()
165 } catch (error) { 165 } catch (error) {
166 this.$refs.msg.messageShow() 166 this.$refs.msg.messageShow()
167 } 167 }
......
...@@ -346,7 +346,7 @@ export default { ...@@ -346,7 +346,7 @@ export default {
346 try { 346 try {
347 let { result: res } = await business.getQltQlGjzwsyqById(this.bsmSjsb) 347 let { result: res } = await business.getQltQlGjzwsyqById(this.bsmSjsb)
348 this.ruleForm = res 348 this.ruleForm = res
349 this.featchRule() 349 //this.featchRule()
350 } catch (error) { 350 } catch (error) {
351 this.$refs.msg.messageShow() 351 this.$refs.msg.messageShow()
352 } 352 }
......
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
162 try { 162 try {
163 let { result: res } = await business.getQlfQlZxdjById(this.bsmSjsb) 163 let { result: res } = await business.getQlfQlZxdjById(this.bsmSjsb)
164 this.ruleForm = res 164 this.ruleForm = res
165 this.featchRule() 165 //this.featchRule()
166 } catch (error) { 166 } catch (error) {
167 this.$refs.msg.messageShow() 167 this.$refs.msg.messageShow()
168 } 168 }
......
...@@ -152,9 +152,8 @@ export default { ...@@ -152,9 +152,8 @@ export default {
152 async featchData () { 152 async featchData () {
153 try { 153 try {
154 let { result: res } = await business.getDjfDjSzById(this.bsmSjsb) 154 let { result: res } = await business.getDjfDjSzById(this.bsmSjsb)
155 this.certificateInfo.ruleForm = res 155 this.certificateInfo.ruleForm = res;
156 console.log(this.certificateInfo.ruleForm) 156 //this.featchRule()
157 this.featchRule()
158 } catch (error) { 157 } catch (error) {
159 this.$refs.msg.messageShow() 158 this.$refs.msg.messageShow()
160 } 159 }
......
...@@ -103,7 +103,7 @@ export default { ...@@ -103,7 +103,7 @@ export default {
103 try { 103 try {
104 let { result: res } = await business.getZhK105ById(this.bsmSjsb) 104 let { result: res } = await business.getZhK105ById(this.bsmSjsb)
105 this.ruleForm = res 105 this.ruleForm = res
106 this.featchRule() 106 //this.featchRule()
107 } catch (error) { 107 } catch (error) {
108 this.$refs.msg.messageShow() 108 this.$refs.msg.messageShow()
109 } 109 }
......
...@@ -228,7 +228,7 @@ export default { ...@@ -228,7 +228,7 @@ export default {
228 try { 228 try {
229 let { result: res } = await business.getDjfDjFzDetailById(this.bsmSjsb) 229 let { result: res } = await business.getDjfDjFzDetailById(this.bsmSjsb)
230 this.ruleForm = res 230 this.ruleForm = res
231 this.featchRule() 231 //this.featchRule()
232 } catch (error) { 232 } catch (error) {
233 this.$refs.msg.messageShow() 233 this.$refs.msg.messageShow()
234 } 234 }
......
...@@ -211,7 +211,7 @@ export default { ...@@ -211,7 +211,7 @@ export default {
211 try { 211 try {
212 let { result: res } = await business.getDjfDjShById(this.bsmSjsb) 212 let { result: res } = await business.getDjfDjShById(this.bsmSjsb)
213 this.form.auditInfo = res 213 this.form.auditInfo = res
214 this.featchRule() 214 //this.featchRule()
215 } catch (error) { 215 } catch (error) {
216 this.$refs.msg.messageShow() 216 this.$refs.msg.messageShow()
217 } 217 }
......
...@@ -372,7 +372,7 @@ export default { ...@@ -372,7 +372,7 @@ export default {
372 try { 372 try {
373 let { result: res } = await business.getDjfDjSqrById(this.bsmSjsb) 373 let { result: res } = await business.getDjfDjSqrById(this.bsmSjsb)
374 this.ruleForm = res 374 this.ruleForm = res
375 this.featchRule() 375 //this.featchRule()
376 } catch (error) { 376 } catch (error) {
377 this.$refs.msg.messageShow() 377 this.$refs.msg.messageShow()
378 } 378 }
......
...@@ -284,7 +284,7 @@ export default { ...@@ -284,7 +284,7 @@ export default {
284 try { 284 try {
285 let { result: res } = await business.getDjtDjSlsqById(this.bsmSjsb) 285 let { result: res } = await business.getDjtDjSlsqById(this.bsmSjsb)
286 this.ruleForm = res 286 this.ruleForm = res
287 this.featchRule() 287 //this.featchRule()
288 } catch (error) { 288 } catch (error) {
289 this.$refs.msg.messageShow() 289 this.$refs.msg.messageShow()
290 } 290 }
......
...@@ -343,7 +343,7 @@ export default { ...@@ -343,7 +343,7 @@ export default {
343 try { 343 try {
344 let { result: res } = await business.getQlfQlDyiqById(this.bsmSjsb) 344 let { result: res } = await business.getQlfQlDyiqById(this.bsmSjsb)
345 this.ruleForm = res 345 this.ruleForm = res
346 this.featchRule() 346 //this.featchRule()
347 } catch (error) { 347 } catch (error) {
348 this.$refs.msg.messageShow() 348 this.$refs.msg.messageShow()
349 } 349 }
......
...@@ -389,7 +389,7 @@ export default { ...@@ -389,7 +389,7 @@ export default {
389 try { 389 try {
390 let { result: res } = await business.getQltQlLqById(this.bsmSjsb) 390 let { result: res } = await business.getQltQlLqById(this.bsmSjsb)
391 this.ruleForm = res 391 this.ruleForm = res
392 this.featchRule() 392 //this.featchRule()
393 } catch (error) { 393 } catch (error) {
394 this.$refs.msg.messageShow() 394 this.$refs.msg.messageShow()
395 } 395 }
......
...@@ -203,7 +203,7 @@ export default { ...@@ -203,7 +203,7 @@ export default {
203 try { 203 try {
204 let { result: res } = await business.getKttFwCById(this.bsmSjsb) 204 let { result: res } = await business.getKttFwCById(this.bsmSjsb)
205 this.ruleForm = res 205 this.ruleForm = res
206 this.featchRule() 206 //this.featchRule()
207 } catch (error) { 207 } catch (error) {
208 this.$refs.msg.messageShow() 208 this.$refs.msg.messageShow()
209 } 209 }
......
...@@ -512,7 +512,7 @@ export default { ...@@ -512,7 +512,7 @@ export default {
512 try { 512 try {
513 let { result: res } = await business.getKttFwHById(this.bsmSjsb) 513 let { result: res } = await business.getKttFwHById(this.bsmSjsb)
514 this.ruleForm = res 514 this.ruleForm = res
515 this.featchRule() 515 //this.featchRule()
516 } catch (error) { 516 } catch (error) {
517 this.$refs.msg.messageShow() 517 this.$refs.msg.messageShow()
518 } 518 }
......
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
94 try { 94 try {
95 let { result: res } = await business.getKtfZhYhydzbById(this.bsmSjsb) 95 let { result: res } = await business.getKtfZhYhydzbById(this.bsmSjsb)
96 this.ruleForm = res 96 this.ruleForm = res
97 this.featchRule() 97 //this.featchRule()
98 } catch (error) { 98 } catch (error) {
99 this.$refs.msg.messageShow() 99 this.$refs.msg.messageShow()
100 } 100 }
......
...@@ -277,7 +277,7 @@ export default { ...@@ -277,7 +277,7 @@ export default {
277 try { 277 try {
278 let { result: res } = await business.getQlfQlJsydsyqById(this.bsmSjsb) 278 let { result: res } = await business.getQlfQlJsydsyqById(this.bsmSjsb)
279 this.ruleForm = res 279 this.ruleForm = res
280 this.featchRule() 280 //this.featchRule()
281 } catch (error) { 281 } catch (error) {
282 this.$refs.msg.messageShow() 282 this.$refs.msg.messageShow()
283 } 283 }
......
...@@ -309,7 +309,7 @@ export default { ...@@ -309,7 +309,7 @@ export default {
309 try { 309 try {
310 let { result: res } = await business.getQlfQlTdsyqById(this.bsmSjsb) 310 let { result: res } = await business.getQlfQlTdsyqById(this.bsmSjsb)
311 this.ruleForm = res 311 this.ruleForm = res
312 this.featchRule() 312 //this.featchRule()
313 } catch (error) { 313 } catch (error) {
314 this.$refs.msg.messageShow() 314 this.$refs.msg.messageShow()
315 } 315 }
......
...@@ -169,7 +169,7 @@ export default { ...@@ -169,7 +169,7 @@ export default {
169 try { 169 try {
170 let { result: res } = await business.getKtfQtXzdzwById(this.bsmSjsb) 170 let { result: res } = await business.getKtfQtXzdzwById(this.bsmSjsb)
171 this.ruleForm = res 171 this.ruleForm = res
172 this.featchRule() 172 //this.featchRule()
173 } catch (error) { 173 } catch (error) {
174 this.$refs.msg.messageShow() 174 this.$refs.msg.messageShow()
175 } 175 }
......
...@@ -311,7 +311,7 @@ export default { ...@@ -311,7 +311,7 @@ export default {
311 try { 311 try {
312 let { result: res } = await business.getKttFwLjzById(this.bsmSjsb) 312 let { result: res } = await business.getKttFwLjzById(this.bsmSjsb)
313 this.ruleForm = res 313 this.ruleForm = res
314 this.featchRule() 314 //this.featchRule()
315 } catch (error) { 315 } catch (error) {
316 this.$refs.msg.messageShow() 316 this.$refs.msg.messageShow()
317 } 317 }
......
...@@ -222,7 +222,7 @@ export default { ...@@ -222,7 +222,7 @@ export default {
222 try { 222 try {
223 let { result: res } = await business.getQlfFwFdcqQfsyqById(this.bsmSjsb) 223 let { result: res } = await business.getQlfFwFdcqQfsyqById(this.bsmSjsb)
224 this.ruleForm = res 224 this.ruleForm = res
225 this.featchRule() 225 //this.featchRule()
226 } catch (error) { 226 } catch (error) {
227 this.$refs.msg.messageShow() 227 this.$refs.msg.messageShow()
228 } 228 }
......
...@@ -314,7 +314,7 @@ export default { ...@@ -314,7 +314,7 @@ export default {
314 try { 314 try {
315 let { result: res } = await business.getQltFwFdcqDzById(this.bsmSjsb) 315 let { result: res } = await business.getQltFwFdcqDzById(this.bsmSjsb)
316 this.ruleForm = res 316 this.ruleForm = res
317 this.featchRule() 317 // this.featchRule()
318 } catch (error) { 318 } catch (error) {
319 this.$refs.msg.messageShow() 319 this.$refs.msg.messageShow()
320 } 320 }
......
...@@ -170,7 +170,7 @@ export default { ...@@ -170,7 +170,7 @@ export default {
170 try { 170 try {
171 let { result: res } = await business.getQlfFwFdcqDzXmById(this.bsmSjsb) 171 let { result: res } = await business.getQlfFwFdcqDzXmById(this.bsmSjsb)
172 this.ruleForm.itemList = res 172 this.ruleForm.itemList = res
173 this.featchRule() 173 //this.featchRule()
174 } catch (error) { 174 } catch (error) {
175 this.$refs.msg.messageShow() 175 this.$refs.msg.messageShow()
176 } 176 }
......
...@@ -375,7 +375,7 @@ export default { ...@@ -375,7 +375,7 @@ export default {
375 try { 375 try {
376 let { result: res } = await business.getKttFwZrzById(this.bsmSjsb) 376 let { result: res } = await business.getKttFwZrzById(this.bsmSjsb)
377 this.naturalForm.naturalList = res 377 this.naturalForm.naturalList = res
378 this.featchRule() 378 //this.featchRule()
379 } catch (error) { 379 } catch (error) {
380 this.$refs.msg.messageShow() 380 this.$refs.msg.messageShow()
381 } 381 }
......
...@@ -214,7 +214,7 @@ export default { ...@@ -214,7 +214,7 @@ export default {
214 try { 214 try {
215 let { result: res } = await business.getQlfQlYydjById(this.bsmSjsb) 215 let { result: res } = await business.getQlfQlYydjById(this.bsmSjsb)
216 this.ruleForm = res 216 this.ruleForm = res
217 this.featchRule() 217 //this.featchRule()
218 } catch (error) { 218 } catch (error) {
219 this.$refs.msg.messageShow() 219 this.$refs.msg.messageShow()
220 } 220 }
......
...@@ -347,7 +347,7 @@ export default { ...@@ -347,7 +347,7 @@ export default {
347 try { 347 try {
348 let { result: res } = await business.getQlfQlQtxgqlById(this.bsmSjsb) 348 let { result: res } = await business.getQlfQlQtxgqlById(this.bsmSjsb)
349 this.ruleForm = res 349 this.ruleForm = res
350 this.featchRule() 350 //this.featchRule()
351 } catch (error) { 351 } catch (error) {
352 this.$refs.msg.messageShow() 352 this.$refs.msg.messageShow()
353 } 353 }
......
...@@ -500,7 +500,7 @@ export default { ...@@ -500,7 +500,7 @@ export default {
500 try { 500 try {
501 let { result: res } = await business.kttZdjbxxDetail(this.bsmSjsb) 501 let { result: res } = await business.kttZdjbxxDetail(this.bsmSjsb)
502 this.ruleForm = res 502 this.ruleForm = res
503 this.featchRule() 503 //this.featchRule()
504 } catch (error) { 504 } catch (error) {
505 this.$refs.msg.messageShow() 505 this.$refs.msg.messageShow()
506 } 506 }
......
...@@ -114,7 +114,7 @@ export default { ...@@ -114,7 +114,7 @@ export default {
114 try { 114 try {
115 let { result: res } = await business.getKtfZdbhqkById(this.bsmSjsb) 115 let { result: res } = await business.getKtfZdbhqkById(this.bsmSjsb)
116 this.ruleForm = res 116 this.ruleForm = res
117 this.featchRule() 117 //this.featchRule()
118 } catch (error) { 118 } catch (error) {
119 this.$refs.msg.messageShow() 119 this.$refs.msg.messageShow()
120 } 120 }
......
...@@ -94,7 +94,7 @@ export default { ...@@ -94,7 +94,7 @@ export default {
94 try { 94 try {
95 let { result: res } = await business.getZdK103ById(this.bsmSjsb) 95 let { result: res } = await business.getZdK103ById(this.bsmSjsb)
96 this.ruleForm = res 96 this.ruleForm = res
97 this.featchRule() 97 //this.featchRule()
98 } catch (error) { 98 } catch (error) {
99 this.$refs.msg.messageShow() 99 this.$refs.msg.messageShow()
100 } 100 }
......
...@@ -168,7 +168,7 @@ export default { ...@@ -168,7 +168,7 @@ export default {
168 try { 168 try {
169 let { result: res } = await business.getKtfQtMzdzwById(this.bsmSjsb) 169 let { result: res } = await business.getKtfQtMzdzwById(this.bsmSjsb)
170 this.ruleForm = res 170 this.ruleForm = res
171 this.featchRule() 171 //this.featchRule()
172 } catch (error) { 172 } catch (error) {
173 this.$refs.msg.messageShow() 173 this.$refs.msg.messageShow()
174 } 174 }
......
...@@ -168,7 +168,7 @@ export default { ...@@ -168,7 +168,7 @@ export default {
168 try { 168 try {
169 let { result: res } = await business.getKtfQtDzdzwById(this.bsmSjsb) 169 let { result: res } = await business.getKtfQtDzdzwById(this.bsmSjsb)
170 this.ruleForm = res 170 this.ruleForm = res
171 this.featchRule() 171 //this.featchRule()
172 } catch (error) { 172 } catch (error) {
173 this.$refs.msg.messageShow() 173 this.$refs.msg.messageShow()
174 } 174 }
......
...@@ -327,7 +327,7 @@ export default { ...@@ -327,7 +327,7 @@ export default {
327 try { 327 try {
328 let { result: res } = await business.getQlfQlDyaqById(this.bsmSjsb) 328 let { result: res } = await business.getQlfQlDyaqById(this.bsmSjsb)
329 this.ruleForm = res 329 this.ruleForm = res
330 this.featchRule() 330 //this.featchRule()
331 } catch (error) { 331 } catch (error) {
332 this.$refs.msg.messageShow() 332 this.$refs.msg.messageShow()
333 } 333 }
......
...@@ -207,7 +207,7 @@ export default { ...@@ -207,7 +207,7 @@ export default {
207 try { 207 try {
208 let { result: res } = await business.getDjfDjSjById(this.bsmSjsb) 208 let { result: res } = await business.getDjfDjSjById(this.bsmSjsb)
209 this.form.receivingInfo = res 209 this.form.receivingInfo = res
210 this.featchRule() 210 //this.featchRule()
211 } catch (error) { 211 } catch (error) {
212 this.$refs.msg.messageShow() 212 this.$refs.msg.messageShow()
213 } 213 }
......
...@@ -246,7 +246,7 @@ export default { ...@@ -246,7 +246,7 @@ export default {
246 try { 246 try {
247 let { result: res } = await business.getDjfDjSfById(this.bsmSjsb) 247 let { result: res } = await business.getDjfDjSfById(this.bsmSjsb)
248 this.ruleForm = res 248 this.ruleForm = res
249 this.featchRule() 249 //this.featchRule()
250 } catch (error) { 250 } catch (error) {
251 this.$refs.msg.messageShow() 251 this.$refs.msg.messageShow()
252 } 252 }
......
...@@ -180,7 +180,7 @@ export default { ...@@ -180,7 +180,7 @@ export default {
180 try { 180 try {
181 let { result: res } = await business.getDjfDjGdById(this.bsmSjsb) 181 let { result: res } = await business.getDjfDjGdById(this.bsmSjsb)
182 this.ruleForm = res 182 this.ruleForm = res
183 this.featchRule() 183 //this.featchRule()
184 } catch (error) { 184 } catch (error) {
185 this.$refs.msg.messageShow() 185 this.$refs.msg.messageShow()
186 } 186 }
......
...@@ -306,7 +306,7 @@ export default { ...@@ -306,7 +306,7 @@ export default {
306 try { 306 try {
307 let { result: res } = await business.getQlfQlHysyqById(this.bsmSjsb) 307 let { result: res } = await business.getQlfQlHysyqById(this.bsmSjsb)
308 this.ruleForm = res 308 this.ruleForm = res
309 this.featchRule() 309 //this.featchRule()
310 } catch (error) { 310 } catch (error) {
311 this.$refs.msg.messageShow() 311 this.$refs.msg.messageShow()
312 } 312 }
......
...@@ -92,7 +92,7 @@ export default { ...@@ -92,7 +92,7 @@ export default {
92 try { 92 try {
93 let { result: res } = await business.getZhK105ById(this.bsmSjsb) 93 let { result: res } = await business.getZhK105ById(this.bsmSjsb)
94 this.ruleForm = res 94 this.ruleForm = res
95 this.featchRule() 95 //this.featchRule()
96 } catch (error) { 96 } catch (error) {
97 this.$refs.msg.messageShow() 97 this.$refs.msg.messageShow()
98 } 98 }
......
...@@ -106,7 +106,7 @@ export default { ...@@ -106,7 +106,7 @@ export default {
106 try { 106 try {
107 let { result: res } = await business.getKtfZhYhzkById(this.bsmSjsb) 107 let { result: res } = await business.getKtfZhYhzkById(this.bsmSjsb)
108 this.ruleForm = res 108 this.ruleForm = res
109 this.featchRule() 109 //this.featchRule()
110 } catch (error) { 110 } catch (error) {
111 this.$refs.msg.messageShow() 111 this.$refs.msg.messageShow()
112 } 112 }
......
...@@ -314,7 +314,7 @@ export default { ...@@ -314,7 +314,7 @@ export default {
314 try { 314 try {
315 let { result: res } = await business.getQlfQlCfdjById(this.bsmSjsb) 315 let { result: res } = await business.getQlfQlCfdjById(this.bsmSjsb)
316 this.ruleForm = res 316 this.ruleForm = res
317 this.featchRule() 317 //this.featchRule()
318 } catch (error) { 318 } catch (error) {
319 this.$refs.msg.messageShow() 319 this.$refs.msg.messageShow()
320 } 320 }
......
...@@ -405,7 +405,7 @@ export default { ...@@ -405,7 +405,7 @@ export default {
405 try { 405 try {
406 let { result: res } = await business.getQltFwFdcqYzById(this.bsmSjsb) 406 let { result: res } = await business.getQltFwFdcqYzById(this.bsmSjsb)
407 this.ruleForm = res 407 this.ruleForm = res
408 this.featchRule() 408 //this.featchRule()
409 } catch (error) { 409 } catch (error) {
410 this.$refs.msg.messageShow() 410 this.$refs.msg.messageShow()
411 } 411 }
......
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
159 try { 159 try {
160 let { result: res } = await business.getKttGzwById(this.bsmSjsb) 160 let { result: res } = await business.getKttGzwById(this.bsmSjsb)
161 this.ruleForm = res 161 this.ruleForm = res
162 this.featchRule() 162 //this.featchRule()
163 } catch (error) { 163 } catch (error) {
164 this.$refs.msg.messageShow() 164 this.$refs.msg.messageShow()
165 } 165 }
......
...@@ -66,7 +66,7 @@ export default { ...@@ -66,7 +66,7 @@ export default {
66 try { 66 try {
67 let { result: res } = await business.getFjF100ById(this.bsmSjsb) 67 let { result: res } = await business.getFjF100ById(this.bsmSjsb)
68 this.ruleForm = res 68 this.ruleForm = res
69 this.featchRule() 69 //this.featchRule()
70 } catch (error) { 70 } catch (error) {
71 this.$refs.msg.messageShow() 71 this.$refs.msg.messageShow()
72 } 72 }
......
...@@ -436,7 +436,7 @@ export default { ...@@ -436,7 +436,7 @@ export default {
436 try { 436 try {
437 let { result: res } = await business.getKttZhjbxxById(this.bsmSjsb) 437 let { result: res } = await business.getKttZhjbxxById(this.bsmSjsb)
438 this.ruleForm = res 438 this.ruleForm = res
439 this.featchRule() 439 //this.featchRule()
440 } catch (error) { 440 } catch (error) {
441 this.$refs.msg.messageShow() 441 this.$refs.msg.messageShow()
442 } 442 }
......
...@@ -378,7 +378,7 @@ export default { ...@@ -378,7 +378,7 @@ export default {
378 try { 378 try {
379 let { result: res } = await business.getZttGyQlrById(this.bsmSjsb) 379 let { result: res } = await business.getZttGyQlrById(this.bsmSjsb)
380 this.obligeeForm.obligeeList = res 380 this.obligeeForm.obligeeList = res
381 this.featchRule() 381 //this.featchRule()
382 } catch (error) { 382 } catch (error) {
383 this.$refs.msg.messageShow() 383 this.$refs.msg.messageShow()
384 } 384 }
......