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
86d4efea
Commit
86d4efea
authored
Aug 23, 2022
by
nanrui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
litame,litrog测试bug修改
parent
4b44c39f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Event.js
src/model/Litrog/Event.js
+2
-1
Addbcb.vue
src/views/Business/Litame/Addbcb.vue
+1
-1
No files found.
src/model/Litrog/Event.js
View file @
86d4efea
...
...
@@ -7,7 +7,7 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
this
.
model
.
brdgrp
.
rec
.
shgref
=
rtnmsg
.
data
.
brdgrp_rec_shgref
;
}
else
{
...
...
@@ -19,6 +19,7 @@ export default {
if
(
rtnmsg
.
respCode
==
SUCCESS
)
{
//TODO 处理数据逻辑
this
.
model
.
brdgrp
.
rec
.
ownref
=
rtnmsg
.
data
.
brdgrp_rec_ownref
;
}
else
...
...
src/views/Business/Litame/Addbcb.vue
View file @
86d4efea
...
...
@@ -63,7 +63,7 @@
<c-col
:span=
"24"
>
<el-form-item
label=
"特殊规定条件"
prop=
"ameadvrmk"
>
<c-input
type=
"textarea"
v-model=
"model.ameadvrmk"
maxlength=
"34"
show-word-limit
placeholder=
"请输入特殊规定条件"
></c-input>
<c-input
type=
"textarea"
v-model=
"model.ameadvrmk"
maxlength=
"34"
show-word-limit
placeholder=
"请输入特殊规定条件"
:disabled=
"model.litameadv === '无特殊规定'? true:false"
></c-input>
</el-form-item>
</c-col>
</div>
...
...
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