修改组件查看模式的状态
This commit is contained in:
@ -234,7 +234,6 @@ const SupplierTemplateManageAdd: React.FC<PageProps> = ({ breadcrumb, dispatch }
|
||||
if (isEdit && templateDetail) {
|
||||
dataToSubmit.id = templateDetail.id;
|
||||
}
|
||||
debugger
|
||||
setLoading(true);
|
||||
try {
|
||||
// 调用API接口
|
||||
|
Reference in New Issue
Block a user