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 439435a5
authored
Oct 17, 2024
by
liangzhen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂存下
1 parent
99c1dc91
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
4 deletions
src/views/assessZC/checkCompliance.vue
src/views/assessZC/checkCompliance.vue
View file @
439435a
...
...
@@ -290,6 +290,7 @@ export default {
valuesel
:
''
,
dialogzhanshi
:
false
,
wtmx
:
''
,
hgx
:
""
,
docxOptions
:
{
className
:
'kaimo-docx-666'
,
// string:默认和文档样式类的类名/前缀
...
...
@@ -479,6 +480,9 @@ export default {
...
this
.
clqparams
,
}
if
(
type
==
'work'
){
this
.
hgx
=
'hgx'
}
if
(
this
.
hgx
=
'hgx'
){
params
.
hgx
=
'hgx'
}
Promise
.
all
([
selFile
(
params
),
selWtqdFZ
(
params
)]).
then
(
async
(
res
)
=>
{
...
...
@@ -633,15 +637,17 @@ export default {
}
},
change
(
id
)
{
console
.
log
(
JSON
.
stringify
(
this
.
questionList
)
==
JSON
.
stringify
(
this
.
oldQuestionList
),
'完全相同么'
,
)
console
.
log
(
this
.
hgx
,
'2222'
)
if
(
JSON
.
stringify
(
this
.
questionList
)
==
JSON
.
stringify
(
this
.
oldQuestionList
))
{
this
.
active
=
id
*
1
// this.tabListKY = MaterialsListKY(id * 1 + 1);
if
(
this
.
hgx
==
'hgx'
){
this
.
working
(
this
.
clqparams
)
}
else
{
this
.
init
(
this
.
clqparams
)
}
return
}
this
.
$confirm
(
'是否保存?'
,
'提示'
,
{
...
...
@@ -658,7 +664,11 @@ export default {
if
(
action
===
'cancel'
)
{
this
.
active
=
id
*
1
// this.tabListKY = MaterialsListKY(id * 1 + 1);
if
(
this
.
hgx
==
'hgx'
){
this
.
working
(
this
.
clqparams
)
}
else
{
this
.
init
(
this
.
clqparams
)
}
}
else
{
}
})
...
...
@@ -762,7 +772,11 @@ export default {
})
}
else
{
this
.
active
=
id
*
1
if
(
this
.
hgx
==
'hgx'
){
this
.
working
(
this
.
clqparams
)
}
else
{
this
.
init
(
this
.
clqparams
)
}
}
}
else
{
this
.
$message
(
'保存失败'
)
...
...
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