fix:取消指挥部大屏甘特图console输出
This commit is contained in:
parent
5b16c6327c
commit
0031b96c64
@ -1106,14 +1106,14 @@ const getGanttStyle = (project: any) => {
|
||||
// 抹灰工程1-1-2022/09/03
|
||||
|
||||
const a = true;
|
||||
console.log(a, ":!(startArr[2] % 2:");
|
||||
// console.log(a, ":!(startArr[2] % 2:");
|
||||
if (a) {
|
||||
const day = +startArr[2];
|
||||
startArr[2] = day < 10 ? "0" + day : day;
|
||||
startDate = startArr.join("-");
|
||||
}
|
||||
const b = true;
|
||||
console.log(a, ":!(endArr[2] % 2):");
|
||||
// console.log(a, ":!(endArr[2] % 2):");
|
||||
if (b) {
|
||||
const day = +endArr[2];
|
||||
endArr[2] = day < 10 ? "0" + day : day;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user