Commit b7170d35 authored by chenqikuai's avatar chenqikuai

fix: 修复平台管理员用户管理bug

parent 0dbee512
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
<template #name="text"> <template #name="text">
{{ text +1 }} {{ text +1 }}
</template> </template>
<template #status="text">
{{text | platformfilterUserStatus}}
</template>
<div slot="action" slot-scope="text, record"> <div slot="action" slot-scope="text, record">
<a <a
:class=" :class="
...@@ -147,10 +150,10 @@ export default Vue.extend({ ...@@ -147,10 +150,10 @@ export default Vue.extend({
status: eUserStatusAction.disable, status: eUserStatusAction.disable,
}) })
} }
this.$store.commit('/platformUserManagement/save', { this.$store.commit('platformUserManagement/save', {
page: 1, page: 1,
}) })
this.$store.dispatch('/platformUserManagement/query') this.$store.dispatch('platformUserManagement/query')
this.show = false this.show = false
}, },
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment