no message
Former-commit-id: 942f3f52baf6cfd823aaf446ed306540aa23a89f Former-commit-id: ebb4d4319db002f4a935c7e195bfa7f420c58d93 Former-commit-id: 41a9ad068170ff1673e5fe7a10ebdbf4db0849a1
This commit is contained in:
@@ -33,7 +33,7 @@ Mock.mock('/api/chart/G2Line', 'post', ({body, type, url}) => {
|
||||
return returnMaker(data)
|
||||
}
|
||||
case 'step': {
|
||||
const month = ['1月', '2月', '3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月', '12月']
|
||||
const month = ['3月', '4月', '5月', '6月', '7月', '8月', '9月', '10月', '11月']
|
||||
const data = month.map(e => ({
|
||||
month: e,
|
||||
value: r()
|
||||
|
||||
Reference in New Issue
Block a user