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
faa23b76
authored
2020-12-17 09:52:32 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
分割后的宗地地籍区显示异常
1 parent
4de95822
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
src/views/panel/change/fg/index.vue
src/views/panel/change/fg/index.vue
View file @
faa23b7
...
...
@@ -64,8 +64,8 @@
<!--
<th
class=
"xzzxx"
>
幢信息
</th>
-->
<!--
<th
class=
""
>
选择
</th>
-->
</tr>
<template
v-for=
"(item,index) in zdFghData.newZdlist"
>
<tr
:key=
"i
tem.xzqbsm
"
>
<template
v-for=
"(item,index) in zdFghData.newZdlist"
>
<tr
:key=
"i
ndex
"
>
<td
class=
"cz"
rowspan=
"2"
>
<el-button
type=
"primary"
...
...
@@ -129,7 +129,7 @@
<input
type=
"text"
v-model=
"item.xmmc"
class=
"formInput"
/>
</td>
</tr>
<tr
:key=
"index
"
>
<tr
:key=
"index+100
"
>
<td
colspan=
"6"
>
<div
class=
"fghzxx"
>
<div
class=
"choosedZxx"
>
...
...
@@ -699,11 +699,6 @@
changeXzq
(
id
,
index
)
{
this
.
djq
=
[];
this
.
djzq
=
[];
if
(
index
!==
undefined
)
{
switch
(
this
.
tabName
)
{
case
"zd"
:
this
.
zdFghData
.
newZdlist
[
index
].
djqbsm
=
''
;
this
.
zdFghData
.
newZdlist
[
index
].
djzqbsm
=
''
;
getListByXzqbsm
(
id
)
.
then
((
res
)
=>
{
if
(
res
.
result
==
null
)
{
...
...
@@ -714,6 +709,11 @@
})
.
catch
((
error
)
=>
{
});
if
(
index
!==
undefined
)
{
switch
(
this
.
tabName
)
{
case
"zd"
:
this
.
zdFghData
.
newZdlist
[
index
].
djqbsm
=
''
;
this
.
zdFghData
.
newZdlist
[
index
].
djzqbsm
=
''
;
break
;
case
"dz"
:
//to do
...
...
Please
register
or
sign in
to post a comment