Selaa lähdekoodia

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

DESKTOP-O04BTUJ\muzen 3 vuotta sitten
vanhempi
commit
1c67db5ddf
1 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  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
     }
   }