Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a461b796
authored
2023-10-08 15:08:49 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
cb7366c6
cce3a279
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/views/djbworkflow/components/clxx/dialog/clxxDetailDialog.vue
src/views/djbworkflow/components/clxx/dialog/clxxDetailDialog.vue
View file @
a461b79
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-
09-19 10:17:20
* @LastEditTime: 2023-
10-08 15:08:19
-->
<
template
>
<div
class=
"clmlmx-box"
>
...
...
@@ -9,7 +9,7 @@
:pagination=
"false"
:data=
"tableData"
>
</lb-table>
<div
class=
"text-center"
>
<el-button
@
click=
"
$popupCa
cel"
>
取消
</el-button>
<el-button
@
click=
"
handleCan
cel"
>
取消
</el-button>
<el-button
type=
"primary"
@
click=
"handleSubmit"
v-if=
"formData.ableOperation && tableData.length>0"
:loading=
"loading"
>
保存
</el-button>
</div>
</div>
...
...
@@ -180,6 +180,9 @@
}
},
methods
:
{
handleCancel
()
{
ywPopupCacel
()
},
handleSubmit
()
{
this
.
loading
=
true
store
.
dispatch
(
'user/reWorkFresh'
,
false
)
...
...
Please
register
or
sign in
to post a comment