修正自定义指标
This commit is contained in:
@@ -318,6 +318,8 @@ function fnGetListTitle() {
|
||||
var language = currentLocale.value.split('_')[0];
|
||||
if (language === 'zh') language = 'cn';
|
||||
|
||||
if (!state.neType[0]) return false;
|
||||
|
||||
// 获取表头文字
|
||||
listCustom({ neType: state.neType[0], status: 'Active' })
|
||||
.then(res => {
|
||||
@@ -580,7 +582,7 @@ function fnRanderChartData() {
|
||||
}
|
||||
chartDataXAxisData = Array.from(new Set(chartDataXAxisData));
|
||||
|
||||
///console.log(queryParams.sortOrder, chartDataXAxisData);
|
||||
//console.log(queryParams.sortOrder, chartDataXAxisData);
|
||||
//console.log(chartDataXAxisData, chartDataYSeriesData);
|
||||
|
||||
// 绘制图数据
|
||||
@@ -724,6 +726,7 @@ onMounted(() => {
|
||||
res.data.forEach((item: any) => {
|
||||
typeArr.push(item.neType);
|
||||
});
|
||||
typeArr = Array.from(new Set(typeArr));
|
||||
neInfoStore.fnNelist().then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS && Array.isArray(res.data)) {
|
||||
if (res.data.length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user