|
@@ -313,6 +313,7 @@ const GoodsTypeManage = () => { |
|
|
var success = false; |
|
|
var success = false; |
|
|
if (value.id) { |
|
|
if (value.id) { |
|
|
success = handleUpdate(value); |
|
|
success = handleUpdate(value); |
|
|
|
|
|
actionRef.current.reloadAndRest(); |
|
|
} else { |
|
|
} else { |
|
|
success = handleAdd(value); |
|
|
success = handleAdd(value); |
|
|
actionRef.current.reloadAndRest(); |
|
|
actionRef.current.reloadAndRest(); |
|
|