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
2060b6b3
authored
2020-11-02 17:38:54 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat():回查数据
1 parent
aa533247
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/systemZRZ/yzgy/index.vue
src/views/systemZRZ/yzgy/index.vue
View file @
2060b6b
...
...
@@ -28,7 +28,7 @@
<td><input
type=
"number"
class=
"formInput"
v-model
.
number=
"item.jgzmj"
@
keydown=
"oninput"
/></td>
<td><input
type=
"number"
class=
"formInput"
v-model
.
number=
"item.zdmj"
@
keydown=
"oninput"
/></td>
<td><input
type=
"number"
class=
"formInput"
v-model
.
number=
"item.fttdmj"
@
keydown=
"oninput"
/></td>
<td><input
type=
"text"
class=
"formInput"
v-model=
"item.fj"
@
keydown=
"oninput"
/></td>
<td><input
type=
"text"
class=
"formInput"
v-model=
"item.fj"
/></td>
</tr>
<!--
<tr>
<td>
统计
</td>
...
...
@@ -88,6 +88,7 @@
console
.
log
(
res
)
if
(
res
.
success
)
{
Message
.
success
(
"新增成功"
)
this
.
getData
(
this
.
$store
.
state
.
zrzbsm
)
}
else
{
Message
.
error
(
res
.
message
)
}
...
...
Please
register
or
sign in
to post a comment