更新部分样式,增加部分功能

This commit is contained in:
2024-09-29 16:14:34 +08:00
parent 469c1e29f7
commit 1a76727331
2 changed files with 16 additions and 1 deletions

View File

@@ -34,6 +34,9 @@ class LIST{
getVal(key){
return this.data[key]
}
setQuery(key,val){
this.data.query[key]=val
}
setVal(key,val){
this.data[key]=val
if(key=='page'){