瀏覽代碼

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

DESKTOP-2S67K1S\31396 2 年之前
父節點
當前提交
79c710c695
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()
         }
       })