src/mixins/JeecgListMixin.js
@@ -8,6 +8,7 @@ import Vue from 'vue' import { ACCESS_TOKEN, TENANT_ID } from "@/store/mutation-types" import store from '@/store' import { buttonShowAuthFilter } from '@/utils/authFilter' export const JeecgListMixin = { data(){ @@ -74,6 +75,9 @@ } }, methods:{ isShowAuth(code){ return buttonShowAuthFilter(code); }, loadData(arg) { if(!this.url.list){ this.$message.error("请设置url.list属性!") @@ -233,6 +237,7 @@ description:res.message }); that.loadData(); that.clearSelected() } else { // that.$message.warning(res.message); that.$notification.warning({