4/23 修改产品分页问题

20240109-yw
wangwei 1 year ago
parent 2b20cf56e1
commit a637ea917f

@ -462,7 +462,7 @@ export default {
}, },
handleCertChange(val) { handleCertChange(val) {
this.filterCertQuery.page = val.page; this.filterCertQuery.page = val.page;
this.getManufacturerList(); this.getCertList();
}, },
closeAddDialog(){ closeAddDialog(){
this.addDialogVisible = false; this.addDialogVisible = false;

Loading…
Cancel
Save