Kaynağa Gözat

修改删除员工不刷新的问题

wangn 5 yıl önce
ebeveyn
işleme
b840cf8191
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      pt/src/saas/shop/manage.vue

+ 1 - 0
pt/src/saas/shop/manage.vue

@@ -142,6 +142,7 @@ export default {
 			this.$service.auth.shopAdminDelete(param).then(res => {
 				this.$message.success('操作成功!');
         this.$refs[`popover-` + item.id].doClose();
+        this.app.refresh()
 			});
 		},
 	}