chenhaozhe
2025-12-08 49e57dcc6775a8e52d7f854e9a299e19a65dbe58
src/views/component/printList/hBarPlanPrint.vue
@@ -12,7 +12,7 @@
    data() {
        return {
            handleMessage: this.$route.query,
            baseURL: 'http://47.96.97.237/API',
            baseURL: process.env.VUE_APP_BASE_API,
            //实际应用中,data应该为程序中通过各种途径获取到的数据,最后要将数据转换为报表需要的XML或JSON格式的字符串数据
            json_data: {
                recordset: []