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
9d14d5af
authored
2021-01-29 09:55:58 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
权利人表单双击判断是否临时数据
1 parent
afa8413f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
src/components/formMenu/qlr.vue
src/components/formMenu/qlr.vue
View file @
9d14d5a
...
...
@@ -564,12 +564,14 @@
//行双击事件
rowDbclick
(
row
){
if
(
+
this
.
qszt
==
0
)
{
this
.
dialogVisible
=
true
;
this
.
update
=
true
;
this
.
formData
=
row
;
if
(
row
.
frList
.
length
>
0
){
this
.
formData
.
fr
=
row
.
frList
[
0
];
}
}
},
// inputBlur(e){
...
...
Please
register
or
sign in
to post a comment