lyh
11 小时以前 b6247699693bdc200539f20851b3d2105fe8b674
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
export const setProductStatusMap = (state, map) => {
  state.productStatusMap = map;
}
export const setBtnTypeMap = (state, map) => {
  state.btnTypeMap = map;
}
export const setPullStatusMap = (state, map) => {
  state.pullStatusMap = map;
}
export const setDocSyncStatusMap = (state, map) => {
  state.docSyncStatusMap = map;
}
export const setNcLogInfoMap = (state, map) => {
  state.NcLogInfoMap = map;
}