|
|
@@ -285,7 +285,7 @@ const isRadioPf = ref(false)
|
|
|
const updateAllReq = (pf: string[], gid: string) => {
|
|
|
queryFormData.value.gid = gid
|
|
|
queryFormData.value.pf = pf
|
|
|
- // updateChartData()
|
|
|
+ updateChartData()
|
|
|
updateReqConfig(requestConfig, { pf, gid })
|
|
|
// updateReqConfig(keepDataTableInfo.requestConfig, { pf, gid })
|
|
|
}
|