|
@@ -609,6 +609,13 @@ export default {
|
|
|
});
|
|
|
// 获取操作列的按钮数据
|
|
|
this.excuteBtnArr = res.data.resultMap.button;
|
|
|
+ this.excuteBtnArr = res.data.resultMap.button?.filter(
|
|
|
+ (item) => item.btnGroupType == "right"
|
|
|
+ );
|
|
|
+ // this.topBtnArr =
|
|
|
+ // res.data.resultMap.button?.filter(
|
|
|
+ // (item) => item.btnGroupType == "top"
|
|
|
+ // ) || [];
|
|
|
this.calcuteExcuteCol();
|
|
|
this.$nextTick(() => {
|
|
|
this.$refs.tableRef.doLayout();
|