|
@@ -142,7 +142,7 @@ export default {
|
|
|
methods: {
|
|
|
...dictData({ getDict: 'query' }),
|
|
|
...mapActions(['query', 'fetch', 'update', 'delete', 'create']),
|
|
|
- ...goods({ goodsFetch: 'fetch' }),
|
|
|
+ ...goods({ goodsFetch: 'fetch', goodsUpdate: 'update' }),
|
|
|
...methodUtil,
|
|
|
// 添加自定义
|
|
|
initAddData() {
|