|
@@ -768,7 +768,9 @@ const costitemCopy = (costId: string) => {
|
|
|
'复制费用',
|
|
'复制费用',
|
|
|
{
|
|
{
|
|
|
confirmButtonText: '确定复制',
|
|
confirmButtonText: '确定复制',
|
|
|
|
|
+ type: 'warning',
|
|
|
center: true,
|
|
center: true,
|
|
|
|
|
+ confirmButtonClass: 'el-button--primary',
|
|
|
}
|
|
}
|
|
|
).then(() => {
|
|
).then(() => {
|
|
|
api.agreementApi.AgreementFeecopy({ costId }).then((res: any) => {
|
|
api.agreementApi.AgreementFeecopy({ costId }).then((res: any) => {
|