借料入库弹窗调整
This commit is contained in:
parent
d6287eefc6
commit
498fa57aff
|
|
@ -1,5 +1,5 @@
|
|||
import React, { Component } from 'react';
|
||||
import { createPage, ajax, base, high } from 'nc-lightapp-front';
|
||||
import { createPage, ajax, base, high, toast } from 'nc-lightapp-front';
|
||||
import ApproveDetail from 'uap/common/components/ApproveDetail';
|
||||
import NCUploader from 'uap/common/components/NCUploader';
|
||||
import ApprovalTrans from 'uap/common/components/approvalTrans';
|
||||
|
|
@ -303,6 +303,7 @@ class PickmCard extends Component {
|
|||
success: (res) => {
|
||||
if (res.success) {
|
||||
toast({ color: 'success', title: "推送成功" });
|
||||
this.props.modal.close('NCTable_83c3abf9');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue