项目初始化
This commit is contained in:
@@ -104,6 +104,7 @@
|
||||
async function getChartList() {
|
||||
try {
|
||||
const reqParams = {
|
||||
ustatus: '1',
|
||||
chartCode: 'erp',
|
||||
};
|
||||
const res = await myChartInfoListAll(reqParams);
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
async function getChartList() {
|
||||
try {
|
||||
const reqParams = {
|
||||
ustatus: '1',
|
||||
chartCode: 'home',
|
||||
};
|
||||
const res = await myChartInfoListAll(reqParams);
|
||||
|
||||
@@ -81,6 +81,7 @@
|
||||
async function getChartList() {
|
||||
try {
|
||||
const reqParams = {
|
||||
ustatus: '1',
|
||||
chartCode: 'sys',
|
||||
};
|
||||
const res = await myChartInfoListAll(reqParams);
|
||||
|
||||
@@ -93,6 +93,7 @@
|
||||
async function getChartList() {
|
||||
try {
|
||||
const reqParams = {
|
||||
ustatus: '1',
|
||||
chartCode: 'work',
|
||||
};
|
||||
const res = await myChartInfoListAll(reqParams);
|
||||
|
||||
Reference in New Issue
Block a user