Prechádzať zdrojové kódy

虚拟床,工作房

wangqifan 3 rokov pred
rodič
commit
2db90379c5

+ 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;
                         });
                 }