Explorar el Código

新增组件及页面

liuqiwen hace 5 años
padre
commit
722788a191
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      dgtis-ui/src/views/system/sameCustomer/index.vue

+ 6 - 0
dgtis-ui/src/views/system/sameCustomer/index.vue

@@ -81,6 +81,12 @@ export default {
               }
           );
       },
+    /** 导出按钮操作 */
+    handleExport() {
+      // this.download('system/user/export', {
+      //   ...this.queryParams
+      // }, `user_${new Date().getTime()}.xlsx`)
+    },
   }
 };
 </script>