Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
bfcec6ac
authored
2023-01-12 18:34:04 +0800
by
田浩浩
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改文件名及相关的代码
1 parent
0755fd20
Hide whitespace changes
Inline
Side-by-side
Showing
48 changed files
with
56 additions
and
57 deletions
src/api/business.js
src/api/ruleConfig.js
src/components/business/advanceNoticeRegistration.vue
src/components/business/agriculturalLandUse.vue
src/components/business/archivedInfo.vue
src/components/business/boundaryLine.vue
src/components/business/boundaryPoint.vue
src/components/business/buildingOwnershipInfo.vue
src/components/business/cancellationRegistration.vue
src/components/business/certificateInfo.vue
src/components/business/changesZonghai.vue
src/components/business/issuingInfo.vue → src/components/business/djfDjFz.vue
src/components/business/auditInfo.vue → src/components/business/djfDjSh.vue
src/components/business/applicantInfo.vue → src/components/business/djfDjSqr.vue
src/components/business/acceptanceInfo.vue → src/components/business/djtDjSlsq.vue
src/components/business/easement.vue
src/components/business/forestOwnership.vue
src/components/business/houseFloor.vue
src/components/business/households.vue
src/components/business/islandCoordinates.vue
src/components/business/landBuildingInfo.vue
src/components/business/landOwnershipInfo.vue
src/components/business/linearFixture.vue
src/components/business/logicBuilding.vue
src/components/business/mainCommonPart.vue
src/components/business/multiplehouseInfo.vue
src/components/business/multiplehouseInfoXmsx.vue
src/components/business/naturalBuilding.vue
src/components/business/objectionRegistration.vue
src/components/business/otherRelevant .vue
src/components/business/parcelBaseInfo.vue
src/components/business/parcelChange.vue
src/components/business/parcelSpaceProperties.vue
src/components/business/planarFixture.vue
src/components/business/punctateFixator.vue
src/components/business/mortgage.vue → src/components/business/qlfQlDyaq.vue
src/components/business/receivingInfo.vue
src/components/business/registrationChargeInfo.vue
src/components/business/registrationFiling.vue
src/components/business/seaAreaUse.vue
src/components/business/seaSpaceAttribute.vue
src/components/business/seaUse.vue
src/components/business/seizureRegistration.vue
src/components/business/singleBuilding.vue
src/components/business/structure.vue
src/components/business/unstructuredDoc.vue
src/components/business/zonghaiBasicInfo.vue
src/components/business/obligee.vue → src/components/business/zttGyQlr.vue
src/api/business.js
View file @
bfcec6a
...
...
@@ -191,8 +191,8 @@ class business {
}
//登记发证信息
async
getDjfDjFzDetailById
(
bsmSjsb
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/
d
jfDjFz/detail'
,
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/
D
jfDjFz/detail'
,
method
:
'get'
,
params
:
{
bsmSjsb
:
bsmSjsb
...
...
@@ -202,7 +202,7 @@ class business {
//修改登记发证信息
async
updateDjfDjFz
(
data
)
{
return
request
({
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/
d
jfDjFz/edit'
,
url
:
SERVER
.
SERVERAPI
+
'/rest/reg/
D
jfDjFz/edit'
,
method
:
'post'
,
data
})
...
...
src/api/ruleConfig.js
View file @
bfcec6a
import
request
from
'@/utils/request'
import
SERVER
from
'./config'
class
ruleConfig
{
// 列表查询
async
getSysYwsjbList
(
data
)
{
return
request
({
url
:
'
/SysYwsjb/getSysYwsjbList'
,
url
:
SERVER
.
SERVERAPI
+
'/rest
/SysYwsjb/getSysYwsjbList'
,
method
:
'post'
,
data
})
...
...
@@ -12,7 +12,7 @@ class ruleConfig {
// 编辑界面列表查询
async
eidtConfigRule
(
id
)
{
return
request
({
url
:
'
/SysYwsjb/getSysYwsjbWithSysYwsjbFieldByBsmYwsjb'
,
url
:
SERVER
.
SERVERAPI
+
'/rest
/SysYwsjb/getSysYwsjbWithSysYwsjbFieldByBsmYwsjb'
,
method
:
'get'
,
params
:
{
bsmYwsjb
:
id
...
...
@@ -22,7 +22,7 @@ class ruleConfig {
// 编辑
async
editSysYwsjbWithSysYwsjbField
(
data
)
{
return
request
({
url
:
'
/SysYwsjb/editSysYwsjbWithSysYwsjbField'
,
url
:
SERVER
.
SERVERAPI
+
'/rest
/SysYwsjb/editSysYwsjbWithSysYwsjbField'
,
method
:
'post'
,
data
})
...
...
@@ -30,7 +30,7 @@ class ruleConfig {
// 编辑
async
deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb
(
id
)
{
return
request
({
url
:
'
/SysYwsjb/deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb'
,
url
:
SERVER
.
SERVERAPI
+
'/rest
/SysYwsjb/deleteSysYwsjbWithSysYwsjbFieldByBsmYwsjb'
,
method
:
'delete'
,
params
:
{
bsmYwsjb
:
id
...
...
@@ -40,7 +40,7 @@ class ruleConfig {
// 编辑界面列表查询----根据数据表名查询
async
getRuleList
(
bsmYwsjb
)
{
return
request
({
url
:
'
/sjsb/DataReport/getTableColumn'
,
url
:
SERVER
.
SERVERAPI
+
'/rest
/sjsb/DataReport/getTableColumn'
,
method
:
'get'
,
params
:
{
bsmYwsjb
:
bsmYwsjb
...
...
src/components/business/advanceNoticeRegistration.vue
View file @
bfcec6a
...
...
@@ -395,7 +395,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlYgdjById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/agriculturalLandUse.vue
View file @
bfcec6a
...
...
@@ -359,7 +359,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlNydsyqByID
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/archivedInfo.vue
View file @
bfcec6a
...
...
@@ -178,7 +178,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getDjfDjGdById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/boundaryLine.vue
View file @
bfcec6a
...
...
@@ -192,7 +192,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKttGyJzxById
(
this
.
bsmSjsb
)
this
.
boundaryLine
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/boundaryPoint.vue
View file @
bfcec6a
...
...
@@ -161,7 +161,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKttGyJzdById
(
this
.
bsmSjsb
)
this
.
boundaryPoint
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/buildingOwnershipInfo.vue
View file @
bfcec6a
...
...
@@ -346,7 +346,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQltQlGjzwsyqById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/cancellationRegistration.vue
View file @
bfcec6a
...
...
@@ -162,7 +162,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlZxdjById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/certificateInfo.vue
View file @
bfcec6a
...
...
@@ -152,9 +152,8 @@ export default {
async
featchData
()
{
try
{
let
{
result
:
res
}
=
await
business
.
getDjfDjSzById
(
this
.
bsmSjsb
)
this
.
certificateInfo
.
ruleForm
=
res
console
.
log
(
this
.
certificateInfo
.
ruleForm
)
this
.
featchRule
()
this
.
certificateInfo
.
ruleForm
=
res
;
//this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/changesZonghai.vue
View file @
bfcec6a
...
...
@@ -103,7 +103,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getZhK105ById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/
issuingInfo
.vue
→
src/components/business/
djfDjFz
.vue
View file @
bfcec6a
...
...
@@ -228,7 +228,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getDjfDjFzDetailById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/
auditInfo
.vue
→
src/components/business/
djfDjSh
.vue
View file @
bfcec6a
...
...
@@ -211,7 +211,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getDjfDjShById
(
this
.
bsmSjsb
)
this
.
form
.
auditInfo
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/
applicantInfo
.vue
→
src/components/business/
djfDjSqr
.vue
View file @
bfcec6a
...
...
@@ -372,7 +372,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getDjfDjSqrById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/
acceptanceInfo
.vue
→
src/components/business/
djtDjSlsq
.vue
View file @
bfcec6a
...
...
@@ -284,7 +284,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getDjtDjSlsqById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/easement.vue
View file @
bfcec6a
...
...
@@ -343,7 +343,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlDyiqById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/forestOwnership.vue
View file @
bfcec6a
...
...
@@ -389,7 +389,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQltQlLqById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/houseFloor.vue
View file @
bfcec6a
...
...
@@ -203,7 +203,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKttFwCById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/households.vue
View file @
bfcec6a
...
...
@@ -512,7 +512,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKttFwHById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/islandCoordinates.vue
View file @
bfcec6a
...
...
@@ -94,7 +94,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKtfZhYhydzbById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/landBuildingInfo.vue
View file @
bfcec6a
...
...
@@ -277,7 +277,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlJsydsyqById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/landOwnershipInfo.vue
View file @
bfcec6a
...
...
@@ -309,7 +309,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlTdsyqById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/linearFixture.vue
View file @
bfcec6a
...
...
@@ -169,7 +169,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKtfQtXzdzwById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/logicBuilding.vue
View file @
bfcec6a
...
...
@@ -311,7 +311,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKttFwLjzById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/mainCommonPart.vue
View file @
bfcec6a
...
...
@@ -222,7 +222,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfFwFdcqQfsyqById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/multiplehouseInfo.vue
View file @
bfcec6a
...
...
@@ -314,7 +314,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQltFwFdcqDzById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/multiplehouseInfoXmsx.vue
View file @
bfcec6a
...
...
@@ -170,7 +170,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfFwFdcqDzXmById
(
this
.
bsmSjsb
)
this
.
ruleForm
.
itemList
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/naturalBuilding.vue
View file @
bfcec6a
...
...
@@ -375,7 +375,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKttFwZrzById
(
this
.
bsmSjsb
)
this
.
naturalForm
.
naturalList
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/objectionRegistration.vue
View file @
bfcec6a
...
...
@@ -214,7 +214,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlYydjById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/otherRelevant .vue
View file @
bfcec6a
...
...
@@ -347,7 +347,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlQtxgqlById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/parcelBaseInfo.vue
View file @
bfcec6a
...
...
@@ -500,7 +500,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
kttZdjbxxDetail
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/parcelChange.vue
View file @
bfcec6a
...
...
@@ -114,7 +114,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKtfZdbhqkById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/parcelSpaceProperties.vue
View file @
bfcec6a
...
...
@@ -94,7 +94,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getZdK103ById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/planarFixture.vue
View file @
bfcec6a
...
...
@@ -168,7 +168,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKtfQtMzdzwById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/punctateFixator.vue
View file @
bfcec6a
...
...
@@ -168,7 +168,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKtfQtDzdzwById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/
mortgage
.vue
→
src/components/business/
qlfQlDyaq
.vue
View file @
bfcec6a
...
...
@@ -327,7 +327,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlDyaqById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/receivingInfo.vue
View file @
bfcec6a
...
...
@@ -207,7 +207,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getDjfDjSjById
(
this
.
bsmSjsb
)
this
.
form
.
receivingInfo
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/registrationChargeInfo.vue
View file @
bfcec6a
...
...
@@ -246,7 +246,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getDjfDjSfById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/registrationFiling.vue
View file @
bfcec6a
...
...
@@ -180,7 +180,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getDjfDjGdById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/seaAreaUse.vue
View file @
bfcec6a
...
...
@@ -306,7 +306,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlHysyqById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/seaSpaceAttribute.vue
View file @
bfcec6a
...
...
@@ -92,7 +92,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getZhK105ById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/seaUse.vue
View file @
bfcec6a
...
...
@@ -106,7 +106,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKtfZhYhzkById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/seizureRegistration.vue
View file @
bfcec6a
...
...
@@ -314,7 +314,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQlfQlCfdjById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/singleBuilding.vue
View file @
bfcec6a
...
...
@@ -405,7 +405,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getQltFwFdcqYzById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/structure.vue
View file @
bfcec6a
...
...
@@ -159,7 +159,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKttGzwById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/unstructuredDoc.vue
View file @
bfcec6a
...
...
@@ -66,7 +66,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getFjF100ById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/zonghaiBasicInfo.vue
View file @
bfcec6a
...
...
@@ -436,7 +436,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getKttZhjbxxById
(
this
.
bsmSjsb
)
this
.
ruleForm
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
src/components/business/
obligee
.vue
→
src/components/business/
zttGyQlr
.vue
View file @
bfcec6a
...
...
@@ -378,7 +378,7 @@ export default {
try
{
let
{
result
:
res
}
=
await
business
.
getZttGyQlrById
(
this
.
bsmSjsb
)
this
.
obligeeForm
.
obligeeList
=
res
this
.
featchRule
()
//
this.featchRule()
}
catch
(
error
)
{
this
.
$refs
.
msg
.
messageShow
()
}
...
...
Please
register
or
sign in
to post a comment