|
|
@@ -90,7 +90,7 @@ import { performanceDelayApply, performanceManualConfirm } from '@/services/prot
|
|
|
import { getUserId } from '@/services/bus/account';
|
|
|
import { BuyOrSell } from '@/common/constants/enumCommon';
|
|
|
import { handlePerformancePlanStep } from '../setup';
|
|
|
-import Long from "long";
|
|
|
+import Long from 'long';
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: ModalEnum.performance_information_buy_performance_extension,
|
|
|
@@ -120,7 +120,7 @@ export default defineComponent({
|
|
|
applicant: getUserId(),
|
|
|
applyremark: param.remark,
|
|
|
};
|
|
|
- requestResultLoadingAndInfo(performanceDelayApply, paramReq, loading, ['延期成功', '延期失败:']).then(() => {
|
|
|
+ requestResultLoadingAndInfo(performanceDelayApply, paramReq, loading, ['延期申请成功', '延期申请失败:']).then(() => {
|
|
|
cancel(true);
|
|
|
});
|
|
|
});
|