项目初始化

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

View File

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

View File

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

View File

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