Explorar el Código

+ h5 增加指令下发

chen.cheng hace 7 meses
padre
commit
544afc9c75
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/pages/workbenchsub/workorder/list.vue

+ 1 - 0
src/pages/workbenchsub/workorder/list.vue

@@ -81,6 +81,7 @@ onShow(() => {
     if (res.refresh) {
       page.value = 1
       loading.value = true;
+      indexList.value = []
       loadmore();
     }
   })