Commit f8132fc0 authored by 仇晓婷's avatar 仇晓婷

dd

parent ec01d980
...@@ -345,7 +345,7 @@ export default { ...@@ -345,7 +345,7 @@ export default {
}, },
methods: { methods: {
tebleSet() { tebleSet() {
Api.getChildren({ id: 582 }).then((r) => { Api.getChildren({ id: 672 }).then((r) => {
if (r.result) { if (r.result) {
this.codeList = r.result; this.codeList = r.result;
} }
......
...@@ -42,7 +42,13 @@ ...@@ -42,7 +42,13 @@
</a> </a>
</div> </div>
<Content :class="!showMenu ? 'con_bord' : ''"> <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> </Content>
</Layout> </Layout>
</div> </div>
...@@ -70,7 +76,7 @@ export default { ...@@ -70,7 +76,7 @@ export default {
treeId: 0, treeId: 0,
addShow: false, addShow: false,
ids: [], ids: [],
workFlowIds:'' workFlowIds: "",
}; };
}, },
mounted() { mounted() {
...@@ -108,8 +114,8 @@ export default { ...@@ -108,8 +114,8 @@ export default {
let data = { let data = {
conditions: [ conditions: [
{ {
fieldName: "", fieldName: "status",
fieldValue: "", fieldValue: "1",
conditionalType: "Equal", conditionalType: "Equal",
}, },
], ],
...@@ -145,7 +151,7 @@ export default { ...@@ -145,7 +151,7 @@ export default {
// console.log(a) // console.log(a)
console.log(b); console.log(b);
this.treeId = b.id; this.treeId = b.id;
this.workFlowIds=b.workFlowIds //流程id this.workFlowIds = b.workFlowIds; //流程id
// if (b.children.length == 0) { //判断最底层才能添加文档 // if (b.children.length == 0) { //判断最底层才能添加文档
// this.addShow = true; // this.addShow = true;
// this.$refs.dataTable.$refs.grid.reload(this.easySearch); // this.$refs.dataTable.$refs.grid.reload(this.easySearch);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment