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