remark:'commit'
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<div class="ns-table-title ns-title-extra-box">排放源</div>
|
||||
<a-button type="primary" style="margin-left: 12px" @click="changeParentData">返回</a-button>
|
||||
</div>
|
||||
<div style="display: flex" v-if="fillInPage">
|
||||
<div style="display: flex; height: 100%" v-if="fillInPage">
|
||||
<div class="mainLeft">
|
||||
<a-tree
|
||||
:expandedKeys="expandedKeysR"
|
||||
@@ -370,8 +370,13 @@
|
||||
year: {
|
||||
type: String,
|
||||
},
|
||||
startTime: {
|
||||
type: String,
|
||||
},
|
||||
endTime: {
|
||||
type: String,
|
||||
},
|
||||
});
|
||||
console.log(props, 'xxy');
|
||||
|
||||
const orgId = ref('');
|
||||
const result = JSON.parse(sessionStorage.getItem('ORGID')!);
|
||||
@@ -624,6 +629,8 @@
|
||||
const formState = ref({
|
||||
orgId: orgId.value,
|
||||
year: props.year,
|
||||
startTime: props.startTime,
|
||||
endTime: props.endTime,
|
||||
});
|
||||
// 计量单位的变量
|
||||
const measurementUnit = ref([]);
|
||||
@@ -1018,13 +1025,13 @@
|
||||
year: props.year,
|
||||
categoryId: categoryId.value,
|
||||
});
|
||||
const linksData = ref([])
|
||||
const datalist = ref([])
|
||||
const linksData = ref([]);
|
||||
const datalist = ref([]);
|
||||
const getCarbonFlowDirection = () => {
|
||||
fetch(carbonInventoryCheck.carbonFlowDirection, queryFlowDirection.value).then((res) => {
|
||||
console.log(res);
|
||||
linksData.value = res.data[0]
|
||||
datalist.value = res.data[1]
|
||||
linksData.value = res.data[0];
|
||||
datalist.value = res.data[1];
|
||||
drawEcharts();
|
||||
});
|
||||
};
|
||||
@@ -1431,6 +1438,7 @@
|
||||
margin-right: 1%;
|
||||
border-right: 1px solid #f2f2f2;
|
||||
position: relative;
|
||||
height: 96%;
|
||||
.treeRow {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
Reference in New Issue
Block a user