数据修改

This commit is contained in:
2022-11-18 11:08:23 +08:00
parent 0cd98e9e40
commit 93ea975af5
5 changed files with 31 additions and 28 deletions

View File

@@ -100,7 +100,7 @@ export function getStoreList() {
}
// 库区
const KQList = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N']
const KQList = ['A', 'B', 'C', 'D']
export function getKQList() {
let KQ = ''
KQ += KQList[parseInt(Math.random() * KQList.length)]