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
004f9ae8
authored
2020-11-23 16:11:41 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
多幢联调页面调整
1 parent
8a7818df
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
src/libs/fliter.js
src/views/panel/create/index.vue
src/libs/fliter.js
View file @
004f9ae
...
...
@@ -33,5 +33,9 @@ let bdcLxArray = [
label
:
"户"
,
value
:
"h"
,
},
{
label
:
"多幢"
,
value
:
"dz"
,
},
];
createFilter
(
"bdcLxFilter"
,
bdcLxArray
);
\ No newline at end of file
...
...
src/views/panel/create/index.vue
View file @
004f9ae
...
...
@@ -285,6 +285,7 @@ export default {
//todo 在新增时,如果是点击顶部新建里面的自然幢则不传zdbsm 如果是点击右键里面的添加定着物则传zdbsm
this
.
$refs
[
'ruleForm2'
].
validate
((
valid
)
=>
{
if
(
valid
)
{
this
.
ruleForm2
.
zdbsm
=
this
.
$store
.
state
.
rightClickZdbsm
!=
''
?
this
.
$store
.
state
.
rightClickZdbsm
:
''
;
insertDzjbxx
(
this
.
ruleForm2
)
.
then
((
res
)
=>
{
if
(
res
.
code
==
"200"
)
{
...
...
Please
register
or
sign in
to post a comment