Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
f8132fc0
Commit
f8132fc0
authored
Sep 30, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
ec01d980
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
8 deletions
+14
-8
add.vue
pages/word/classification/add.vue
+1
-1
index.vue
pages/word/document/index.vue
+13
-7
No files found.
pages/word/classification/add.vue
View file @
f8132fc0
...
...
@@ -345,7 +345,7 @@ export default {
},
methods
:
{
tebleSet
()
{
Api
.
getChildren
({
id
:
58
2
}).
then
((
r
)
=>
{
Api
.
getChildren
({
id
:
67
2
}).
then
((
r
)
=>
{
if
(
r
.
result
)
{
this
.
codeList
=
r
.
result
;
}
...
...
pages/word/document/index.vue
View file @
f8132fc0
...
...
@@ -42,7 +42,13 @@
</a>
</div>
<Content
:class=
"!showMenu ? 'con_bord' : ''"
>
<Word
ref=
"dataTable"
:treeId=
"treeId"
:addShow=
"addShow"
:ids=
"ids"
:workFlowIds=
"workFlowIds"
/>
<Word
ref=
"dataTable"
:treeId=
"treeId"
:addShow=
"addShow"
:ids=
"ids"
:workFlowIds=
"workFlowIds"
/>
</Content>
</Layout>
</div>
...
...
@@ -70,7 +76,7 @@ export default {
treeId
:
0
,
addShow
:
false
,
ids
:
[],
workFlowIds
:
''
workFlowIds
:
""
,
};
},
mounted
()
{
...
...
@@ -108,8 +114,8 @@ export default {
let
data
=
{
conditions
:
[
{
fieldName
:
""
,
fieldValue
:
""
,
fieldName
:
"
status
"
,
fieldValue
:
"
1
"
,
conditionalType
:
"Equal"
,
},
],
...
...
@@ -128,7 +134,7 @@ export default {
"upId"
);
this
.
list
=
this
.
$u
.
clone
(
data
);
// console.log(this.list);
// console.log(this.list);
});
},
toggle
()
{
...
...
@@ -143,9 +149,9 @@ export default {
},
change
(
a
,
b
)
{
// console.log(a)
console
.
log
(
b
);
console
.
log
(
b
);
this
.
treeId
=
b
.
id
;
this
.
workFlowIds
=
b
.
workFlowIds
//流程id
this
.
workFlowIds
=
b
.
workFlowIds
;
//流程id
// if (b.children.length == 0) { //判断最底层才能添加文档
// this.addShow = true;
// this.$refs.dataTable.$refs.grid.reload(this.easySearch);
...
...
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