| @@ -156,6 +156,7 @@ | |||
| v-if="claimDialog" | |||
| :claimDialog="claimDialog" | |||
| @close="claimDialog = false" | |||
| @updateData="updateData" | |||
| ></claim-dialog> | |||
| </div> | |||
| </template> | |||
| @@ -291,6 +292,10 @@ export default { | |||
| this.$message.error(`保存失败,失败原因${err},请刷新重试!`); | |||
| }); | |||
| }, | |||
| updateData() { | |||
| this.claimDialog = false; | |||
| this.getData(); | |||
| }, | |||
| }, | |||
| //生命周期 - 创建完成(可以访问当前this实例) | |||
| created() { | |||