Commit d94bd352 authored by tianhongyang's avatar tianhongyang

fix

parent f0ff8b42
...@@ -552,6 +552,8 @@ export default { ...@@ -552,6 +552,8 @@ export default {
if (lockResult.code == 200) { if (lockResult.code == 200) {
this.$message.success("锁定成功"); this.$message.success("锁定成功");
this.lockCostTipDialog = false; this.lockCostTipDialog = false;
const params = this.createRequestConditions();
await this.getLockMonthList(params);
} }
} catch (error) { } catch (error) {
...@@ -570,8 +572,6 @@ export default { ...@@ -570,8 +572,6 @@ export default {
if (data && fileName) { if (data && fileName) {
fileName = fileName.split(";")[1].split("filename=")[1]; fileName = fileName.split(";")[1].split("filename=")[1];
this.$download.saveAs(data, decodeURIComponent(fileName)); this.$download.saveAs(data, decodeURIComponent(fileName));
const params = this.createRequestConditions();
await this.getLockMonthList(params);
} }
} catch (error) { } catch (error) {
console.log(error); console.log(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