fix:修改$get二次转化的问题

This commit is contained in:
zhangyu
2021-06-03 16:41:16 +08:00
parent dc74455489
commit d6dede0b1c
7 changed files with 11 additions and 11 deletions

View File

@@ -866,7 +866,7 @@ export default {
this.$nextTick(() => {
const axiosArr = chartItem.elements.map((ele) => {
const filterItem = ele
let query = encodeURIComponent(filterItem.expression)
let query = filterItem.expression
if ((chartInfo.type === 'line' || chartInfo.type === 'bar' || chartInfo.type === 'stackArea' || chartInfo.type === 'table') && chartInfo.param) { // 如果是这三个 默认给null
chartInfo.param.nullType = chartInfo.param.nullType || 'null'
query += '&nullType=' + chartInfo.param.nullType