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
a1e8a30c
Commit
a1e8a30c
authored
Mar 24, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除无用的event引用
parent
c78e38c4
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
17 additions
and
30 deletions
+17
-30
Aacp.vue
src/business/gitopn/views/Aacp.vue
+1
-1
Addbcb.vue
src/business/gitopn/views/Addbcb.vue
+7
-10
Addbcb1.vue
src/business/gitopn/views/Addbcb1.vue
+1
-2
Cfap.vue
src/business/gitopn/views/Cfap.vue
+1
-3
Cnyp.vue
src/business/gitopn/views/Cnyp.vue
+1
-6
Cnyp1.vue
src/business/gitopn/views/Cnyp1.vue
+1
-1
Conp1.vue
src/business/gitopn/views/Conp1.vue
+1
-1
Dclpp.vue
src/business/gitopn/views/Dclpp.vue
+1
-1
Detpc.vue
src/business/gitopn/views/Detpc.vue
+1
-3
Preperpc.vue
src/business/gitopn/views/Preperpc.vue
+1
-1
Voup.vue
src/business/gitopn/views/Voup.vue
+1
-1
No files found.
src/business/gitopn/views/Aacp.vue
View file @
a1e8a30c
...
...
@@ -76,7 +76,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Addbcb.vue
View file @
a1e8a30c
<
template
>
<div
class=
"eibs-tab"
>
<el-collapse
v-model=
"activeNames"
@
change=
"handleChange"
>
<el-collapse-item
title=
"备查表"
name=
"addbcb1"
>
<m-addbcb1
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"附言"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
<el-collapse-item
title=
"备查表"
name=
"addbcb1"
>
<m-addbcb1
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
<el-collapse-item
title=
"附言"
name=
"coninfp"
>
<m-coninfp
:model=
"model"
:codes=
"codes"
/>
</el-collapse-item>
</el-collapse>
</div>
</
template
>
<
script
>
import
event
from
'../event'
import
Addbcb1
from
"./Addbcb1"
;
import
Coninfp
from
"~/views/Public/Coninfp"
;
export
default
{
components
:
{
"m-addbcb1"
:
Addbcb1
,
...
...
@@ -29,9 +28,7 @@ export default {
};
},
methods
:
{
...
Event
,
handleChange
(
names
){
// console.log(names);//激活的(展开的)面板的name数组集合
if
(
this
.
isInDisplay
)
{
return
}
...
...
src/business/gitopn/views/Addbcb1.vue
View file @
a1e8a30c
...
...
@@ -52,7 +52,6 @@
</
template
>
<
script
>
import
event
from
'../event'
;
export
default
{
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
...
...
@@ -60,7 +59,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{
},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Cfap.vue
View file @
a1e8a30c
...
...
@@ -75,9 +75,7 @@ export default {
},
computed
:
{},
watch
:
{},
methods
:
{
...
Event
,
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Cnyp.vue
View file @
a1e8a30c
...
...
@@ -14,9 +14,6 @@
import
event
from
'../event'
;
import
Cnyp1
from
"./Cnyp1"
;
import
Voup
from
"./Voup"
;
const
tabNameToRulePathMapping
=
{
"voup"
:
"cnybop.voup"
,
}
export
default
{
components
:
{
"m-cnyp1"
:
Cnyp1
,
...
...
@@ -30,9 +27,7 @@ export default {
activeNames
:
[
"cnyp1"
],
};
},
methods
:
{
...
Event
,
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Cnyp1.vue
View file @
a1e8a30c
...
...
@@ -109,7 +109,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Conp1.vue
View file @
a1e8a30c
...
...
@@ -334,7 +334,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Dclpp.vue
View file @
a1e8a30c
...
...
@@ -99,7 +99,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{},
created
:
function
()
{},
watch
:
{},
};
...
...
src/business/gitopn/views/Detpc.vue
View file @
a1e8a30c
...
...
@@ -280,9 +280,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
,
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Preperpc.vue
View file @
a1e8a30c
...
...
@@ -180,7 +180,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
src/business/gitopn/views/Voup.vue
View file @
a1e8a30c
...
...
@@ -407,7 +407,7 @@ export default {
data
()
{
return
{};
},
methods
:
{
...
Event
},
methods
:
{},
created
:
function
()
{},
};
</
script
>
...
...
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