Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-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
5817fcac
authored
2023-07-18 16:07:52 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
国有土地所有权登记簿没数据问题修改
1 parent
78f9901c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
src/views/djbworkflow/components/leftmenu/djbFrameData.js
src/views/djbworkflow/flowform.js
src/views/djbworkflow/components/leftmenu/djbFrameData.js
View file @
5817fca
...
...
@@ -2,8 +2,8 @@ import { log } from "bpmn-js-token-simulation";
var
qlxxPage
=
[
{
qllx
:
"A01"
,
id
:
"
jsydsyq"
,
form
:
"jsy
dsyq.vue"
,
label
:
"集体土地所有权"
},
{
qllx
:
"A02"
,
id
:
"
jsydsyq"
,
form
:
"jsy
dsyq.vue"
,
label
:
"国家土地所有权"
},
{
qllx
:
"A01"
,
id
:
"
tdsyq"
,
form
:
"t
dsyq.vue"
,
label
:
"集体土地所有权"
},
{
qllx
:
"A02"
,
id
:
"
tdsyq"
,
form
:
"t
dsyq.vue"
,
label
:
"国家土地所有权"
},
{
qllx
:
"A03"
,
id
:
"jsydsyq"
,
form
:
"jsydsyq.vue"
,
label
:
"国有建设用地使用权"
},
{
qllx
:
"A04"
,
id
:
""
,
form
:
""
,
label
:
"国有建设用地使用权/房屋所有权"
},
{
qllx
:
"A05"
,
id
:
"jsydsyq"
,
form
:
"jsydsyq.vue"
,
label
:
"宅基地使用权"
},
...
...
src/views/djbworkflow/flowform.js
View file @
5817fca
...
...
@@ -16,6 +16,9 @@ export function getForm(tabName) {
case
"jsydsyq"
:
form
=
require
(
"@/views/registerBook/jsydsyq.vue"
);
break
;
case
"tdsyq"
:
form
=
require
(
"@/views/registerBook/tdsyq.vue"
);
break
;
case
"nydsyq"
:
form
=
require
(
"@/views/registerBook/nydsyq.vue"
);
break
;
...
...
Please
register
or
sign in
to post a comment