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
e62a5e13
Commit
e62a5e13
authored
Jan 16, 2024
by
“lixuyan”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改指令的导入
parent
9287521f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index.vue
...instructionIdentificationBatch/components/right/index.vue
+6
-1
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/instructionIdentificationBatch/components/right/index.vue
View file @
e62a5e13
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
<span
v-if=
"jurisdId !== 'Activity_0v2qfnh'"
>
<span
v-if=
"jurisdId !== 'Activity_0v2qfnh'"
>
提示:
<i
class=
"el-icon-edit-outline"
/>
可双击编辑列
提示:
<i
class=
"el-icon-edit-outline"
/>
可双击编辑列
</span>
</span>
<dee-tools
app-name=
"tf-mom"
:tools=
"tools"
mode=
"normal"
:collapse=
"false"
/>
<dee-tools
app-name=
"tf-mom"
:tools=
"tools"
mode=
"normal"
:collapse=
"false"
@
uploadSuccess=
"uploadSuccess"
/>
</div>
</div>
</div>
</div>
<div
class=
"table"
>
<div
class=
"table"
>
...
@@ -387,6 +387,11 @@ export default {
...
@@ -387,6 +387,11 @@ export default {
]
]
}
}
},
},
uploadSuccess
(
data
,
obj
)
{
if
(
obj
.
name
===
'导入'
)
{
this
.
$bus
.
$emit
(
'getPlanData'
,
this
.
nodeData
,
this
.
level
)
}
},
rowInitClick
(
row
,
column
,
event
)
{
rowInitClick
(
row
,
column
,
event
)
{
this
.
workProcedurePage
.
currentPage
=
1
this
.
workProcedurePage
.
currentPage
=
1
this
.
workProcedurePage
.
pageSize
=
10
this
.
workProcedurePage
.
pageSize
=
10
...
...
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