Browse Source

弹窗管理 修复提交编辑后 新增数据缓存bug

DESKTOP-2S67K1S\31396 2 years ago
parent
commit
79c710c695
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/operation/dialog/index.vue

+ 1 - 1
src/views/operation/dialog/index.vue

@@ -200,7 +200,7 @@ export default {
       submit(this.dialogForm).then(res => {
         if (res.code === 0) {
           this.$message.success('提交成功!')
-          this.dialogVisible = false
+          this.getClose()
           this.getList()
         }
       })