Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
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
450ae3c0
authored
2020-11-25 16:00:35 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
新建多幢传入zdbsm
1 parent
6985d154
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/panel/create/index.vue
src/views/panel/create/index.vue
View file @
450ae3c
...
...
@@ -286,7 +286,7 @@ export default {
//todo 在新增时,如果是点击顶部新建里面的自然幢则不传zdbsm 如果是点击右键里面的添加定着物则传zdbsm
this
.
$refs
[
'ruleForm2'
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
ruleForm2
.
zdbsm
=
this
.
$store
.
state
.
rightClickZdbsm
!=
''
?
this
.
$store
.
state
.
rightClickZ
dbsm
:
''
;
this
.
ruleForm2
.
zdbsm
=
this
.
$store
.
state
.
zdbsm
!=
''
?
this
.
$store
.
state
.
z
dbsm
:
''
;
insertDzjbxx
(
this
.
ruleForm2
)
.
then
((
res
)
=>
{
if
(
res
.
code
==
"200"
)
{
...
...
Please
register
or
sign in
to post a comment