浏览代码

猫舍管理 内容管理 修复弹窗关不上bug

DESKTOP-O04BTUJ\muzen 3 年之前
父节点
当前提交
1c67db5ddf
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/views/ohplay/content/index.vue

+ 3 - 1
src/views/ohplay/content/index.vue

@@ -337,7 +337,9 @@ export default {
 
     // 取消
     cancel() {
-      this.$refs.dialogForm.resetFields();
+      if (this.title === '推荐') {
+        this.$refs.dialogForm.resetFields();
+      }
       this.dialogVisible = false
     }
   }