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
0b8deb0e
authored
2020-11-27 13:56:37 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat(plSh):修改boolean类型字段名,改正后端boolean映射错误
1 parent
a9651d72
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
src/components/plsh/plSh.vue
src/components/plsh/plSh.vue
View file @
0b8deb0
...
...
@@ -25,13 +25,13 @@
<input
type=
"text"
class=
"inputtitle"
v-model=
"plshData.shqz"
/>
</td>
<td>
<el-checkbox
v-model=
"plshData.
isS
electDyh"
></el-checkbox>
<el-checkbox
v-model=
"plshData.
s
electDyh"
></el-checkbox>
</td>
<td>
<input
type=
"text"
class=
"inputtitle"
v-model=
"plshData.fgfA"
/>
</td>
<td>
<el-checkbox
v-model=
"plshData.
isC
hqbl"
></el-checkbox>
<el-checkbox
v-model=
"plshData.
c
hqbl"
></el-checkbox>
</td>
<td>
<el-select
v-model=
"plshData.c"
>
...
...
@@ -112,9 +112,9 @@
xlVisible
:
false
,
plshData
:
{
shqz
:
''
,
isS
electDyh
:
false
,
s
electDyh
:
false
,
fgfA
:
''
,
isC
hqbl
:
false
,
c
hqbl
:
false
,
c
:
''
,
fgfB
:
''
,
shhz
:
''
...
...
@@ -147,9 +147,9 @@
result
:
function
()
{
this
.
plshData
=
{
shqz
:
''
,
isS
electDyh
:
false
,
s
electDyh
:
false
,
fgfA
:
''
,
isC
hqbl
:
false
,
c
hqbl
:
false
,
c
:
''
,
fgfB
:
''
,
shhz
:
''
...
...
@@ -157,7 +157,6 @@
},
save
:
function
()
{
this
.
plshData
[
'bsms'
]
=
this
.
bsms
console
.
log
(
this
.
plshData
)
updateSh
(
this
.
plshData
).
then
(
res
=>
{
if
(
res
.
success
)
{
this
.
lodding
();
...
...
@@ -178,7 +177,7 @@
if
(
this
.
plshData
.
shqz
!=
""
)
{
gz
+=
this
.
plshData
.
shqz
}
if
(
this
.
plshData
.
isS
electDyh
)
{
if
(
this
.
plshData
.
s
electDyh
)
{
gz
+=
"[单元号]"
}
if
(
this
.
plshData
.
fgfA
!=
""
)
{
...
...
Please
register
or
sign in
to post a comment