Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
vue-gjjs
Commits
def7b18d
Commit
def7b18d
authored
Aug 29, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infgid、infgcd重置修改
parent
47bd2f69
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
53 additions
and
4 deletions
+53
-4
Event.js
src/model/Infgcd/Event.js
+19
-0
Event.js
src/model/Infgid/Event.js
+33
-3
Infsea.vue
src/views/Business/Infgid/Infsea.vue
+1
-1
No files found.
src/model/Infgcd/Event.js
View file @
def7b18d
...
@@ -98,6 +98,24 @@ export default {
...
@@ -98,6 +98,24 @@ export default {
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
this
.
$notify
.
error
({
title
:
'错误'
,
message
:
'服务请求失败!'
});
}
}
},
},
async
handleReset
()
{
this
.
model
.
infcon
.
seaownref
=
""
this
.
model
.
infcon
.
opndatfrom
=
new
Date
();
this
.
model
.
infcon
.
opndatto
=
new
Date
();
this
.
isGuarantee
=
""
;
this
.
model
.
infcon
.
nam
=
""
;
this
.
model
.
infcon
.
pty
.
extkey
=
""
;
this
.
model
.
infcon
.
seapty
=
""
;
this
.
model
.
infcon
.
searef
=
""
;
this
.
model
.
infcon
.
pty
.
nam
=
""
;
this
.
model
.
infcon
.
searol
=
""
;
this
.
model
.
infcon
.
usr
.
extkey
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
seacur
=
""
;
this
.
model
.
infcon
.
seaamtfr
=
""
;
this
.
model
.
infcon
.
seaamtto
=
""
;
this
.
model
.
seagtyp
=
""
;
},
}
}
\ No newline at end of file
src/model/Infgid/Event.js
View file @
def7b18d
...
@@ -375,9 +375,9 @@ export default {
...
@@ -375,9 +375,9 @@ export default {
}
}
},
},
async
handleReset
(
formName
)
{
//
async handleReset(formName) {
this
.
$refs
[
formName
].
resetFields
();
//
this.$refs[formName].resetFields();
},
//
},
async
handleSearch
()
{
async
handleSearch
()
{
this
.
stmData
.
data
=
[];
this
.
stmData
.
data
=
[];
...
@@ -404,5 +404,34 @@ export default {
...
@@ -404,5 +404,34 @@ export default {
}
}
},
},
async
handleReset
()
{
this
.
model
.
infcon
.
seaownref
=
""
this
.
model
.
infcon
.
opndatfrom
=
new
Date
();
this
.
model
.
infcon
.
opndatto
=
new
Date
();
this
.
isGuarantee
=
""
;
this
.
model
.
infcon
.
nam
=
""
;
this
.
model
.
infcon
.
pty
.
extkey
=
""
;
this
.
model
.
infcon
.
seapty
=
""
;
this
.
model
.
infcon
.
searef
=
""
;
this
.
model
.
infcon
.
pty
.
nam
=
""
;
this
.
model
.
infcon
.
searol
=
""
;
this
.
model
.
infcon
.
usr
.
extkey
=
""
;
this
.
model
.
infcon
.
seasta
=
""
;
this
.
model
.
infcon
.
seacur
=
""
;
this
.
model
.
infcon
.
seaamtfr
=
""
;
this
.
model
.
infcon
.
seaamtto
=
""
;
this
.
model
.
seagtyp
=
""
;
this
.
model
.
infcon
.
relflg
=
""
;
this
.
model
.
infcon
.
hndtyp
=
""
;
this
.
model
.
infcon
.
cxmflg
=
""
;
this
.
model
.
seapurpos
=
""
;
this
.
model
.
seahndtyp
=
""
;
this
.
model
.
infcon
.
segtyp
=
""
;
this
.
model
.
fromflg
=
""
;
this
.
model
.
fenlishi
=
""
;
this
.
model
.
cmtflg
=
""
;
this
.
model
.
fingua
=
""
;
},
}
}
\ No newline at end of file
src/views/Business/Infgid/Infsea.vue
View file @
def7b18d
<
template
>
<
template
>
<div
class=
"eibs-tab"
>
<div
class=
"eibs-tab"
>
<c-list-search
<c-list-search
@
form-reset=
"handleReset
('paramsForm')
"
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
@
form-search=
"handleSearch"
>
>
<!-- 持续展示区 -->
<!-- 持续展示区 -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment