src/views/CNAS/resourceDemand/standardMaterialAccept/index.vue
@@ -113,7 +113,7 @@ }, methods: { getTableData() { getPageAcceptance(this.form).then(res => { getPageAcceptance({...this.form, ...this.page}).then(res => { this.tableData = res.data.records; this.page.total = res.data.total; })