tangjunhao hace 6 meses
padre
commit
e4c3c6cdb4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/home.vue

+ 1 - 1
src/views/home.vue

@@ -2881,7 +2881,7 @@ const listtableInit = () => {
   request(params)
     .then((res) => {
       console.log('列表初始化:',res);
-      
+      tablefun
     })
     .catch((err) => {
       ElMessage.error(err.returnMsg)