|
|
@@ -188,7 +188,7 @@
|
|
|
getSysIndustry(this.dateTypeObj).then((res) => {
|
|
|
if (res.code === 1) {
|
|
|
this.industryList = res.data
|
|
|
- this.$refs.industryRef.setData(res.data.roseData)
|
|
|
+ this.$refs.industryRef.setData(res.data)
|
|
|
// let ret = {
|
|
|
// series:[{data:res.data.roseData}]
|
|
|
// }
|