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
96e3ec3e
Commit
96e3ec3e
authored
Aug 01, 2022
by
wangna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infgid修改
parent
47cebe5a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
7 deletions
+12
-7
Event.js
src/model/Infgid/Event.js
+4
-0
Infsea.vue
src/views/Business/Infgid/Infsea.vue
+8
-7
No files found.
src/model/Infgid/Event.js
View file @
96e3ec3e
...
...
@@ -375,6 +375,10 @@ export default {
}
},
async
handleReset
(
formName
)
{
this
.
$refs
[
formName
].
resetFields
();
},
async
handleSearch
()
{
this
.
stmData
.
data
=
[];
let
opndatfrom
=
this
.
model
.
infcon
.
opndatfrom
;
...
...
src/views/Business/Infgid/Infsea.vue
View file @
96e3ec3e
<
template
>
<div
class=
"eibs-tab"
>
<c-list-search
@
form-reset=
"handleReset"
@
form-search=
"handleSearch"
>
<c-list-search
@
form-reset=
"handleReset
('paramsForm')
"
@
form-search=
"handleSearch"
>
<!-- 持续展示区 -->
<template
v-slot=
"searchSlot"
>
<el-form
...
...
@@ -10,6 +10,7 @@
label-position=
"left"
label-width=
"110px"
size=
"small"
:model=
"model"
>
<c-row>
<c-col
:span=
"24"
>
...
...
@@ -841,12 +842,12 @@ export default {
toGetopn
()
{
this
.
$router
.
history
.
push
(
"/business/getopn"
);
},
handleReset
:
function
()
{
this
.
model
=
{
instNo
:
""
,
instName
:
""
,
};
},
//
handleReset: function () {
//
this.model = {
//
instNo: "",
//
instName: "",
//
};
//
},
},
created
:
function
()
{},
watch
:
{
...
...
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