@ -1702,23 +1702,7 @@
},
mounted() {
this.init();
let arr = [];
this.option.columnParcels.map(item => {
if (!item.hide) {
arr.push({
prop: item.prop,
label: item.label,
type: 2,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false
});
}
console.log(JSON.stringify(arr));
this.onLoad(this.page);
this.getDictionary();