src/views/evaluate/components/firstRoundResult.vue
@@ -42,6 +42,7 @@ viewBtn: false, header: false, menuWidth: 150, menu: false, dialogClickModal: false, column: [ { @@ -62,7 +63,10 @@ { label: '票数', prop: 'voteNum', type: 'input' type: 'input', formatter: (_row, value) => { return value + '票' } }, ] }, @@ -96,9 +100,16 @@ this.page.total = data.total; this.data = data.records; this.loading = false; this.selectionClear(); }); }, }, watch: { 'params.data': { handler(value) { this.onLoad(this.page) }, deep: true } } } </script>