Jelajahi Sumber

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

DESKTOP-2S67K1S\31396 2 tahun lalu
induk
melakukan
79c710c695
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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()
         }
       })