|
|
|
@ -66,6 +66,7 @@ import fw04 from '@/views/dataBoard/sida/cpts/fw04gx'; |
|
|
|
import fw05 from '@/views/dataBoard/sida/cpts/fw05zc'; |
|
|
|
import cptBread from '@/views/dataBoard/renfang/cpts/bread'; |
|
|
|
import getQueryPara from 'dai-js/modules/getQueryPara'; |
|
|
|
import cptLoading from '@/views/dataBoard/cpts/loading'; |
|
|
|
export default { |
|
|
|
|
|
|
|
components: { |
|
|
|
@ -74,7 +75,8 @@ export default { |
|
|
|
fw03, |
|
|
|
fw04, |
|
|
|
fw05, |
|
|
|
cptBread |
|
|
|
cptBread, |
|
|
|
cptLoading |
|
|
|
}, |
|
|
|
created() { |
|
|
|
this.orgId = getQueryPara('org_id'); |
|
|
|
|