fangkaioCR

This commit is contained in:
邓晓坤
2019-10-23 09:47:49 +08:00
parent 21625a0c93
commit 7481dfb5b5
7 changed files with 19 additions and 18 deletions

View File

@@ -6,5 +6,5 @@ import my from './my'
import serve from './serve'
import common from './common'
import product from './product'
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product] //根据需要进行删减
import Department from './Department'
export default [...proposal, ...sale, ...customer, ...my, ...serve, ...common, ...product, ...Department] //根据需要进行删减