This commit is contained in:
‘937886381’
2024-05-07 10:23:38 +08:00
parent 9ab7010f5b
commit 6cf8eb70b4
17 changed files with 1507 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ export default {
};
function splitCurrentAndPrevious(factoryListResponse, targetListResponse) {
// 初始数据
// 初始数据
const { chipInvest, ftoInvest, chipOutput, stdOutput, bipvOutput } = init();
if (factoryListResponse) {
for (const factory of factoryListResponse) {
@@ -150,7 +150,7 @@ function getFactoryTargetValue(targetList, factoryId) {
}
/**
*
*
* @returns 初始化状态值
*/
function init() {
@@ -254,10 +254,10 @@ async function doFetch(copilot_module = "yield", fetch_target, params) {
}
/**
*
*
* @param {*} period 日周月年1,2,3,4
* @param {*} target 是否获取目标数据
* @returns
* @returns
*/
function getCopilotYield(period, target = false) {
return getCopilotData("yield", period, target);