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
095926bc
Commit
095926bc
authored
Jan 16, 2024
by
jingnan
👀
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://94.191.100.41/tfmom/tf-mom-web
into dev
parents
db7f6de0
e62a5e13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
index.vue
...instructionIdentificationBatch/components/right/index.vue
+7
-2
No files found.
applications/dee-task-center/src/views/workflow/task-center/myPlanTask/instructionIdentificationBatch/components/right/index.vue
View file @
095926bc
...
...
@@ -8,7 +8,7 @@
<span
v-if=
"jurisdId !== 'Activity_0v2qfnh'"
>
提示:
<i
class=
"el-icon-edit-outline"
/>
可双击编辑列
</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
class=
"table"
>
...
...
@@ -332,7 +332,7 @@ export default {
btnStyle
:
''
,
btnValue
:
'importFile'
,
businessType
:
'importFile'
,
downloadAfter
:
'console.log(333, currentObject)
\
nthis.getData()
\
n'
,
downloadAfter
:
"console.log('upload success')"
,
downloadParams
:
'downloadParams = {}'
,
downloadRequestMethod
:
'get'
,
editTableShowMode
:
'alway'
,
...
...
@@ -387,6 +387,11 @@ export default {
]
}
},
uploadSuccess
(
data
,
obj
)
{
if
(
obj
.
name
===
'导入'
)
{
this
.
$bus
.
$emit
(
'getPlanData'
,
this
.
nodeData
,
this
.
level
)
}
},
rowInitClick
(
row
,
column
,
event
)
{
this
.
workProcedurePage
.
currentPage
=
1
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