三期pk功能开发以及积分两个页
This commit is contained in:
@@ -43,7 +43,8 @@ export default function useZpaging({
|
||||
}
|
||||
|
||||
// 搜索
|
||||
const search = (value, state) => {
|
||||
const search = (value, state=true) => {
|
||||
console.log('搜索', value, state);
|
||||
searchText.value = value;
|
||||
if (state) {
|
||||
reload()
|
||||
|
||||
Reference in New Issue
Block a user