Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
T
TF-MOM-WEB
Project
Project
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
TFMOM
TF-MOM-WEB
Commits
d6dcf1c7
Commit
d6dcf1c7
authored
Nov 21, 2023
by
jingnan
👀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合并产品代码【8148】【任务详情完成任务校验代码合并】【8295】
parent
bdae19d4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
dee_ui.js
applications/architecture-dee/public/dee-ui/dee_ui.js
+3
-3
report.html
applications/architecture-dee/public/dee-ui/report.html
+2
-2
task-detail.vue
...ask-center/src/business-components/tabCom/task-detail.vue
+5
-1
No files found.
applications/architecture-dee/public/dee-ui/dee_ui.js
View file @
d6dcf1c7
This diff is collapsed.
Click to expand it.
applications/architecture-dee/public/dee-ui/report.html
View file @
d6dcf1c7
This source diff could not be displayed because it is too large. You can
view the blob
instead.
applications/dee-task-center/src/business-components/tabCom/task-detail.vue
View file @
d6dcf1c7
...
...
@@ -788,7 +788,11 @@ export default {
// 任务处理
this
.
dynamicComponents
.
forEach
(
item
=>
{
if
(
this
.
$refs
.
hasOwnProperty
(
item
.
configName
))
{
if
(
this
.
$refs
[
item
.
configName
][
0
].
hasOwnProperty
(
'validate'
))
{
if
(
item
.
comType
===
'privateComponent'
&&
item
.
webServerName
)
{
if
(
this
.
$refs
[
item
.
configName
][
0
].
$refs
.
asCom
&&
this
.
$refs
[
item
.
configName
][
0
].
$refs
.
asCom
.
hasOwnProperty
(
'validate'
))
{
validateArray
.
push
(
this
.
$refs
[
item
.
configName
][
0
].
$refs
.
asCom
.
validate
())
}
}
else
if
(
this
.
$refs
[
item
.
configName
][
0
].
hasOwnProperty
(
'validate'
))
{
validateArray
.
push
(
this
.
$refs
[
item
.
configName
][
0
].
validate
())
}
}
...
...
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