src/views/basic/company/index.vue
@@ -49,6 +49,7 @@ isShowHide:true,//是否显示显影按钮 isSearch:false,//高级查询按钮 isCopy: true, isRefresh: true, // 是否显示刷新按钮 defaultOrderBy:{column:'createTime',direction:'desc'} }, table: { @@ -108,6 +109,10 @@ }, methods: { hello(){ if(this.multipleSelection.length < 1){ this.$message.error("请先选择要复制的数据!") return } copy(this.multipleSelection).then(response =>{ this.getData() })