项目初始化

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,6 +104,7 @@
async function getChartList() {
try {
const reqParams = {
ustatus: '1',
chartCode: 'erp',
};
const res = await myChartInfoListAll(reqParams);

View File

@@ -81,6 +81,7 @@
async function getChartList() {
try {
const reqParams = {
ustatus: '1',
chartCode: 'home',
};
const res = await myChartInfoListAll(reqParams);

View File

@@ -81,6 +81,7 @@
async function getChartList() {
try {
const reqParams = {
ustatus: '1',
chartCode: 'sys',
};
const res = await myChartInfoListAll(reqParams);

View File

@@ -93,6 +93,7 @@
async function getChartList() {
try {
const reqParams = {
ustatus: '1',
chartCode: 'work',
};
const res = await myChartInfoListAll(reqParams);