This website works better with JavaScript.
Home
Explore
Help
Sign In
eln_TD
/
eln_web
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
fix:[表单管理]优化
ouqian
15881625488@163.com
1 month ago
parent
56987db96b
commit
5ea7f95a0d
5 changed files
with
5 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/views/business/study/comp/jhbd/Bj.vue
+1
-1
src/views/business/study/comp/sqbd/Bj.vue
+1
-1
src/views/business/study/comp/tbbd/Bj.vue
+1
-1
src/views/business/study/comp/ytbd/Bj.vue
+1
-0
src/views/business/study/comp/ytbdList.vue
+ 1
- 1
src/views/business/study/comp/jhbd/Bj.vue
View File
@ -276,7 +276,7 @@ export default {
edit
(
row
)
{
this
.
reset
(
)
this
.
studyType
=
row
.
studyType
||
null
this
.
studyFormType
=
row
.
studyFormType
||
null
this
.
studyFormType
=
row
.
studyFormType
||
10
this
.
form
.
qmyy
=
this
.
$t
(
'page.business.study.studyFormPlan.cjjl'
)
if
(
row
&&
row
.
id
)
{
this
.
showIndex
=
2
+ 1
- 1
src/views/business/study/comp/sqbd/Bj.vue
View File
@ -279,7 +279,7 @@ export default {
edit
(
row
)
{
this
.
reset
(
)
this
.
studyType
=
row
.
studyType
||
null
this
.
studyFormType
=
row
.
studyFormType
||
null
this
.
studyFormType
=
row
.
studyFormType
||
15
if
(
row
&&
row
.
id
)
{
this
.
showIndex
=
2
this
.
$modal
.
loading
(
)
+ 1
- 1
src/views/business/study/comp/tbbd/Bj.vue
View File
@ -582,7 +582,7 @@ export default {
try
{
params
=
JSON
.
parse
(
caesarDecipher
(
this
.
$route
.
params
.
key
)
)
this
.
studyType
=
params
.
studyType
||
null
this
.
studyFormType
=
params
.
studyFormType
||
null
this
.
studyFormType
=
params
.
studyFormType
||
5
this
.
selectedDeptId
=
params
.
selectedDeptId
||
null
}
catch
(
e
)
{
console
.
log
(
'参数错误'
)
+ 1
- 1
src/views/business/study/comp/ytbd/Bj.vue
View File
@ -280,7 +280,7 @@ export default {
this
.
reset
(
)
this
.
permitForSecectUser
=
row
.
permitForSecectUser
this
.
studyType
=
row
.
studyType
||
null
this
.
studyFormType
=
row
.
studyFormType
||
null
this
.
studyFormType
=
row
.
studyFormType
||
1
this
.
selectedDeptId
=
row
.
selectedDeptId
||
null
if
(
row
&&
row
.
id
)
{
this
.
showIndex
=
2
+ 1
- 0
src/views/business/study/comp/ytbdList.vue
View File
@ -452,6 +452,7 @@ export default {
studyId
:
this
.
searchForm
.
studyId
,
selectedDeptId
:
this
.
selectedDeptId
,
studyType
:
1
,
studyFormType
:
1
,
studySubjectId
:
this
.
searchForm
.
studySubjectId
,
permitForSecectUser
:
'business:studyFormPre:sh'
}
)
Write
Preview
Loading…
Cancel
Save