fixed gql fragment bug
This commit is contained in:
@@ -332,6 +332,7 @@ export default {
|
||||
dispatch('loadMaterialsGQL', {
|
||||
ids: state.flagcolls[collid].items,
|
||||
gqlfragment: materiauFlaglistGQL,
|
||||
gqlFragmentfields: 'MateriauFlagListFields',
|
||||
callBack: 'loadMaterialsCallBack',
|
||||
callBackArgs: { collid: collid }
|
||||
}).then(() => {
|
||||
@@ -370,6 +371,7 @@ export default {
|
||||
dispatch('loadMaterialsGQL', {
|
||||
ids: state.flagcolls[collid].items,
|
||||
gqlfragment: materiauFlaglistGQL,
|
||||
gqlFragmentfields: 'MateriauFlagListFields',
|
||||
callBack: 'loadMaterialsCallBack',
|
||||
callBackArgs: { collid: collid }
|
||||
})
|
||||
|
Reference in New Issue
Block a user