From 8580ef310f61f4bc275c19ddcc6ebd2135720d4a Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期一, 08 七月 2024 10:19:42 +0800
Subject: [PATCH] update合伙人加价配置
---
mixin/mixin.js | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/mixin/mixin.js b/mixin/mixin.js
index 7459a6f..5551356 100644
--- a/mixin/mixin.js
+++ b/mixin/mixin.js
@@ -13,7 +13,7 @@
return state.hasLogin || false
},
selftype: state => {
- return state.type || ''
+ return (state.currentInfo || {}).type || ''
},
currentInfo: state => {
return state.currentInfo || {}
@@ -255,6 +255,10 @@
}
return true
},
+ async refreshList(){
+ this.page.current = 1
+ await this.getList()
+ },
async getList() {
if (this.listApi) {
this.$message.showLoading()
--
Gitblit v1.9.3