This commit is contained in:
qianhao.xu 2024-05-10 09:03:04 +08:00
parent 62c993c007
commit c0519e65cd

View File

@ -165,7 +165,7 @@ export default {
//todo
changepage({type,current}) {
this.page.pageNum=current;
console.log('this.page.pageNum', this.page.pageNum);
this.$nextTick(() => {
this.get_workorder_list();
});