fanfan 8 months ago
commit 6fca3df410
  1. 8
      src/views/store/auth.vue

@ -141,7 +141,7 @@ const columns = [
{ {
title: '操作', title: '操作',
width: '250px', width: '240px',
key: 'action', key: 'action',
fixed: 'right', fixed: 'right',
scopedSlots: { customRender: 'action' }, scopedSlots: { customRender: 'action' },
@ -284,10 +284,10 @@ export default {
onOk() { onOk() {
return Api.audit({ appid: appid }) return Api.audit({ appid: appid })
.then((result) => { .then((result) => {
this.$message.success(result.message, 1.5) self.$message.success(result.message, 1.5)
this.fetchData() self.fetchData()
}) })
.finally(this.fetchData()) .finally(self.fetchData())
}, },
}) })
}, },

Loading…
Cancel
Save