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

dd

parent ec01d980
......@@ -345,7 +345,7 @@ export default {
},
methods: {
tebleSet() {
Api.getChildren({ id: 582 }).then((r) => {
Api.getChildren({ id: 672 }).then((r) => {
if (r.result) {
this.codeList = r.result;
}
......
......@@ -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);
......
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