Browse Source

fix: reload默认参数问题

lvkun996 2 years ago
parent
commit
5d43f55801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/Iot/thirdDevice/index.vue

+ 1 - 1
src/pages/Iot/thirdDevice/index.vue

@@ -331,7 +331,7 @@ const delDevice = async (deviceCode: string) => {
 }
 
 const search = () => {
-  tableProDom.value.reload()
+  tableProDom.value.reload({ page: 1 })
 }
 
 const deviceData = ref()