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
1df38dc8
Commit
1df38dc8
authored
Mar 20, 2023
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改mixin进来的初始化方法
parent
9f9f5356
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
+3
-6
commonProcess.js
src/mixin/commonProcess.js
+1
-1
Ovwp1.vue
src/views/Business/Gitopn1/views/Ovwp1.vue
+2
-5
No files found.
src/mixin/commonProcess.js
View file @
1df38dc8
...
...
@@ -51,7 +51,7 @@ export default {
created
()
{
},
mounted
()
{
if
(
!
this
.
isInDisplay
)
{
if
(
!
this
.
isInDisplay
&&
!
[
'gitopn'
].
includes
(
this
.
trnName
)
)
{
this
.
generateFormRules
()
}
},
...
...
src/views/Business/Gitopn1/views/Ovwp1.vue
View file @
1df38dc8
...
...
@@ -187,7 +187,6 @@
v-model=
"model.gidgrp.rec.legfrm"
style=
"width: 100%"
placeholder=
"请选择保函形式"
@
change=
"changeD"
>
<el-option
v-for=
"item in codes.legfrm"
...
...
@@ -1335,8 +1334,7 @@
disabled
size=
"small"
type=
"primary"
style=
"margin: 5px 0 0 10px;float: left;
text-align: center;"
style=
"margin: 5px 0 0 10px;float: left;text-align: center;"
@
click=
"handleChangeForm"
>
查看历史文本
...
...
@@ -1348,7 +1346,6 @@
</div>
</template>
<
script
>
import
commonProcess
from
"~/mixin/commonProcess"
;
import
event
from
'../event'
import
Ptap
from
"~/views/Public/Ptap"
;
...
...
@@ -1356,7 +1353,7 @@ export default {
components
:
{
"c-ptap"
:
Ptap
},
inject
:
[
"root"
],
props
:
[
"model"
,
"codes"
],
mixins
:
[
commonProcess
,
event
],
mixins
:
[
event
],
data
()
{
return
{};
},
...
...
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