|
@@ -282,6 +282,7 @@ export default {
|
|
|
{ title: "Tree Node", key: "2", isLeaf: true },
|
|
{ title: "Tree Node", key: "2", isLeaf: true },
|
|
|
],
|
|
],
|
|
|
amount: {},
|
|
amount: {},
|
|
|
|
|
+ treeUserId:""
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
mounted() {
|
|
mounted() {
|
|
@@ -293,11 +294,14 @@ export default {
|
|
|
timeChange(val) {
|
|
timeChange(val) {
|
|
|
// console.log(val);
|
|
// console.log(val);
|
|
|
this.formState = { ...val };
|
|
this.formState = { ...val };
|
|
|
|
|
+ this.formState.treeUserId = this.treeUserId;
|
|
|
|
|
+
|
|
|
this.getList();
|
|
this.getList();
|
|
|
},
|
|
},
|
|
|
chooseUser(val) {
|
|
chooseUser(val) {
|
|
|
this.formState.treeUserId = val;
|
|
this.formState.treeUserId = val;
|
|
|
- this.getVerification();
|
|
|
|
|
|
|
+ this.treeUserId=val
|
|
|
|
|
+ this.getList();
|
|
|
},
|
|
},
|
|
|
getList() {
|
|
getList() {
|
|
|
this.pagination.current = 1;
|
|
this.pagination.current = 1;
|