update dialog
This commit is contained in:
@@ -127,9 +127,9 @@ const addOrUpdateConfigs = {
|
||||
}
|
||||
],
|
||||
operations: [
|
||||
{ add: 'api/product/add' },
|
||||
{ update: 'api/product/update' },
|
||||
{ reset: true }
|
||||
{ name: 'save', url: 'api/product/add' },
|
||||
{ name: 'update', url: 'api/product/update' },
|
||||
{ name: 'reset', url: true }
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user