Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Administrator
/
project_progress
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 73b21250
authored
Nov 21, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
1 parent
49c88ed5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
19 deletions
src/views/assessChecks/checkCompliance.vue
src/views/assessZC/checkCompliance.vue
src/views/assessChecks/checkCompliance.vue
View file @
73b2125
...
@@ -923,7 +923,7 @@ export default {
...
@@ -923,7 +923,7 @@ export default {
padding
:
10px
;
padding
:
10px
;
}
}
.rightscollBig
{
.rightscollBig
{
height
:
680px
;
//
height
:
680px
;
overflow-y
:
auto
;
overflow-y
:
auto
;
padding
:
10px
;
padding
:
10px
;
}
}
...
...
src/views/assessZC/checkCompliance.vue
View file @
73b2125
...
@@ -656,16 +656,17 @@ export default {
...
@@ -656,16 +656,17 @@ export default {
}
}
},
},
change
(
id
)
{
change
(
id
)
{
console
.
log
(
this
.
hgx
,
'
2222
'
)
console
.
log
(
this
.
hgx
,
'
3
'
)
if
(
JSON
.
stringify
(
this
.
questionList
)
==
JSON
.
stringify
(
this
.
oldQuestionList
))
{
if
(
JSON
.
stringify
(
this
.
questionList
)
==
JSON
.
stringify
(
this
.
oldQuestionList
))
{
this
.
active
=
id
*
1
this
.
active
=
id
*
1
// this.tabListKY = MaterialsListKY(id * 1 + 1);
// this.tabListKY = MaterialsListKY(id * 1 + 1);
if
(
this
.
hgx
==
'hgx'
){
// if(this.hgx=='hgx'){
this
.
working
(
this
.
clqparams
)
// this.working(this.clqparams)
}
else
{
// }else{
// this.init(this.clqparams)
// }
this
.
init
(
this
.
clqparams
)
this
.
init
(
this
.
clqparams
)
}
return
return
}
}
...
@@ -759,17 +760,6 @@ export default {
...
@@ -759,17 +760,6 @@ export default {
const
isProblem
=
item
.
evalList
.
filter
((
v
)
=>
v
.
evalQues
).
length
const
isProblem
=
item
.
evalList
.
filter
((
v
)
=>
v
.
evalQues
).
length
item
.
isProblem
=
isProblem
>
0
?
1
:
0
item
.
isProblem
=
isProblem
>
0
?
1
:
0
})
})
// this.questionList.forEach((item) => {
// if (!item.evalQues && item.isProblem != 0) {
// console.log(item.evalQues, item.isProblem, "2222");
// this.$message({
// message: "请完成录入全部问题或选择未发现问题",
// type: "warning",
// });
// throw new Error();
// }
// });
console
.
log
(
this
.
questionList
,
'questionList'
)
console
.
log
(
this
.
questionList
,
'questionList'
)
let
params
=
{
let
params
=
{
...
@@ -803,7 +793,6 @@ export default {
...
@@ -803,7 +793,6 @@ export default {
}
}
},
},
fileupdate
(
res
,
items
)
{
fileupdate
(
res
,
items
)
{
console
.
log
(
this
.
file
.
size
/
1024
,
'222222'
)
this
.
file
=
res
.
file
this
.
file
=
res
.
file
this
.
submitFile
(
res
,
items
)
this
.
submitFile
(
res
,
items
)
},
},
...
@@ -927,7 +916,7 @@ export default {
...
@@ -927,7 +916,7 @@ export default {
padding
:
10px
;
padding
:
10px
;
}
}
.rightscollBig
{
.rightscollBig
{
height
:
680px
;
//
height
:
680px
;
overflow-y
:
auto
;
overflow-y
:
auto
;
padding
:
10px
;
padding
:
10px
;
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment