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
ade11b4a
authored
2023-10-24 16:57:33 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:登记薄申请材料目录模块功能的完善
1 parent
ac22ce35
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/views/djbworkflow/components/clxx/dialog/clxxDetailDialog.vue
src/views/djbworkflow/components/clxx/index.vue
src/views/djbworkflow/components/clxx/dialog/clxxDetailDialog.vue
View file @
ade11b4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-
08 15:08:19
* @LastEditTime: 2023-10-
24 16:53:30
-->
<
template
>
<div
class=
"clmlmx-box"
>
...
...
@@ -173,6 +173,7 @@
},
mounted
()
{
this
.
initSort
()
console
.
log
(
this
.
formData
);
},
beforeDestroy
()
{
if
(
this
.
sortable
)
{
...
...
src/views/djbworkflow/components/clxx/index.vue
View file @
ade11b4
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-10-24 16:
12:54
* @LastEditTime: 2023-10-24 16:
55:26
-->
<
template
>
<div
class=
"clxx"
>
...
...
@@ -164,10 +164,8 @@
* @author: renchao
*/
clmlInitList
(
type
)
{
debugger
// 1:列表初始化 2:新增材料
return
new
Promise
((
resolve
)
=>
{
console
.
log
(
this
.
$parent
,
'this.$parent'
);
repairInitClml
(
this
.
$parent
).
then
((
res
)
=>
{
if
(
res
.
code
==
200
)
{
resolve
(
res
.
code
);
...
...
@@ -304,6 +302,7 @@
store
.
dispatch
(
"user/reWorkFresh"
,
false
);
ywPopupDialog
(
"申请材料目录"
,
"djbworkflow/components/clxx/dialog/clxxDetailDialog"
,
{
data
:
this
.
tableData
,
ableOperation
:
this
.
$parent
.
ableOperation
},
"60%"
,
true
,
false
)
}
},
...
...
Please
register
or
sign in
to post a comment