保存删除

This commit is contained in:
邓晓坤
2019-10-25 11:07:07 +08:00
parent d3a5a2971d
commit 39d21fe29d
2 changed files with 1 additions and 34 deletions

View File

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