|
|
@@ -849,6 +849,7 @@ export default {
|
|
|
getNoData (arr, type, callBlack) {
|
|
|
const firstArr = []
|
|
|
let secondArr = []
|
|
|
+
|
|
|
arr.forEach((it) => {
|
|
|
const newBianhao = it.tiao_kuan_bian_ha.split('.')[0]
|
|
|
if (firstArr.length == 0) {
|
|
|
@@ -879,6 +880,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
+
|
|
|
type === 'CMA' ? (this.cmaSuorce = firstArr) : (this.source = firstArr)
|
|
|
callBlack()
|
|
|
},
|
|
|
@@ -990,6 +992,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this_.$nextTick(() => {
|
|
|
+ console.log('this_.CNASTableData', this_.CNASTableData, this_.getLoadEchartsTwo)
|
|
|
if (this_.CNASTableData.length > 0) {
|
|
|
this_.getNoData(this_.CNASTableData, 'CNAS', this_.getLoadEchartsTwo)
|
|
|
this_.getPieData(this_.CNASTableData, 'CNAS', this_.getLoadEchartsthree)
|