Commit d32e1f81 authored by tyn's avatar tyn

锁定成本逻辑优化

parent 346801f5
...@@ -583,7 +583,6 @@ export default { ...@@ -583,7 +583,6 @@ export default {
}; };
const tip = await validateBeforeCostLockApi(params); const tip = await validateBeforeCostLockApi(params);
if (tip.code == 200 && tip.data == 500) { if (tip.code == 200 && tip.data == 500) {
console.log(tip);
this.lockCostTipDialogContent = tip.msg; this.lockCostTipDialogContent = tip.msg;
this.lockCostTipDialog = true; this.lockCostTipDialog = true;
return; return;
...@@ -613,6 +612,7 @@ export default { ...@@ -613,6 +612,7 @@ export default {
const params = this.createRequestConditions(); const params = this.createRequestConditions();
await this.getLockMonthList(params); await this.getLockMonthList(params);
} }
this.resetEditStatus();
} catch (error) { } catch (error) {
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment