lincl 2 năm trước cách đây
mục cha
commit
2d8eb088ac
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/components/TablePage/index.vue

+ 4 - 1
src/components/TablePage/index.vue

@ -274,7 +274,10 @@ export default {
			this.page = val
			this.emitLoad()
		},
		refresh(){
		refresh(force){
			if(force){
				this.page = 1
			}
			this.emitLoad()
		},
		setSearchValue(key, value){