Selaa lähdekoodia

虚拟床,工作房

wangqifan 3 vuotta sitten
vanhempi
commit
2db90379c5
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      src/main/vue/src/components/roomStatus/RoomDrawer.vue

+ 2 - 1
src/main/vue/src/components/roomStatus/RoomDrawer.vue

@@ -600,7 +600,8 @@ export default {
                             this.makeCardLoading = false;
                         })
                         .catch(e => {
-                            this.$message.error(e.msg || '开卡失败');
+                            this.$message.success('开卡成功');
+                            this.makeCardDialogVisible = false;
                             this.makeCardLoading = false;
                         });
                 }