项目初始化

This commit is contained in:
2026-03-24 12:07:37 +08:00
parent fc00fb634c
commit dd3c29e5e5
4 changed files with 8 additions and 4 deletions

View File

@@ -104,7 +104,8 @@
async function getChartList() {
try {
const reqParams = {
chartCode: 'erp',
ustatus: '1',
chartCode: 'erp',
};
const res = await myChartInfoListAll(reqParams);
chartData.value = res || [];

View File

@@ -81,7 +81,8 @@
async function getChartList() {
try {
const reqParams = {
chartCode: 'home',
ustatus: '1',
chartCode: 'home',
};
const res = await myChartInfoListAll(reqParams);
chartData.value = res || [];

View File

@@ -81,7 +81,8 @@
async function getChartList() {
try {
const reqParams = {
chartCode: 'sys',
ustatus: '1',
chartCode: 'sys',
};
const res = await myChartInfoListAll(reqParams);
chartData.value = res || [];

View File

@@ -93,7 +93,8 @@
async function getChartList() {
try {
const reqParams = {
chartCode: 'work',
ustatus: '1',
chartCode: 'work',
};
const res = await myChartInfoListAll(reqParams);
chartData.value = res || [];