|
@@ -61,9 +61,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div style="display: flex">
|
|
<div style="display: flex">
|
|
|
- <div style="width: 300px; height: 900px; overflow-y: auto">
|
|
|
|
|
|
|
+ <!-- <div style="width: 300px; height: 900px; overflow-y: auto">
|
|
|
<a-tree :tree-data="treeData" :replaceFields="replaceFields"></a-tree>
|
|
<a-tree :tree-data="treeData" :replaceFields="replaceFields"></a-tree>
|
|
|
- </div>
|
|
|
|
|
|
|
+ </div> -->
|
|
|
<standard-table
|
|
<standard-table
|
|
|
bordered
|
|
bordered
|
|
|
:columns="columns"
|
|
:columns="columns"
|
|
@@ -221,22 +221,22 @@ export default {
|
|
|
// }, 1000);
|
|
// }, 1000);
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|
|
|
- getAgentTree(id) {
|
|
|
|
|
- this.$API.quote
|
|
|
|
|
- .getAgentTree({
|
|
|
|
|
- deptId: id ? id : "",
|
|
|
|
|
- managementSource: 1,
|
|
|
|
|
- // provinceId: this.formState.provinceId,
|
|
|
|
|
- // cityId: this.formState.cityId,
|
|
|
|
|
- // countyId: this.formState.countyId,
|
|
|
|
|
- // houseId: this.formState.houseId,
|
|
|
|
|
- })
|
|
|
|
|
- .then((res) => {
|
|
|
|
|
- if (res.data.code === 200) {
|
|
|
|
|
- this.treeData = [...res.data.data];
|
|
|
|
|
- }
|
|
|
|
|
- });
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ // getAgentTree(id) {
|
|
|
|
|
+ // this.$API.quote
|
|
|
|
|
+ // .getAgentTree({
|
|
|
|
|
+ // deptId: id ? id : "",
|
|
|
|
|
+ // managementSource: 1,
|
|
|
|
|
+ // // provinceId: this.formState.provinceId,
|
|
|
|
|
+ // // cityId: this.formState.cityId,
|
|
|
|
|
+ // // countyId: this.formState.countyId,
|
|
|
|
|
+ // // houseId: this.formState.houseId,
|
|
|
|
|
+ // })
|
|
|
|
|
+ // .then((res) => {
|
|
|
|
|
+ // if (res.data.code === 200) {
|
|
|
|
|
+ // this.treeData = [...res.data.data];
|
|
|
|
|
+ // }
|
|
|
|
|
+ // });
|
|
|
|
|
+ // },
|
|
|
onChangeTime(val) {
|
|
onChangeTime(val) {
|
|
|
// console.log(val);
|
|
// console.log(val);
|
|
|
this.formState.beginDate = val[0];
|
|
this.formState.beginDate = val[0];
|