Răsfoiți Sursa

first commit

大大的豆芽 11 luni în urmă
comite
a3f1aafd1e
1 a modificat fișierele cu 23 adăugiri și 0 ștergeri
  1. 23 0
      README.md

+ 23 - 0
README.md

@@ -0,0 +1,23 @@
+<p align="center">
+	<img alt="logo" src="https://oscimg.oschina.net/oscnet/up-d3d0a9303e11d522a06cd263f3079027715.png">
+</p>
+<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v3.8.4</h1>
+<h4 align="center">基于SpringBoot+Vue前后端分离的Java快速开发框架</h4>
+<p align="center">
+	<a href="https://gitee.com/y_project/RuoYi-Vue/stargazers"><img src="https://gitee.com/y_project/RuoYi-Vue/badge/star.svg?theme=dark"></a>
+	<a href="https://gitee.com/y_project/RuoYi-Vue"><img src="https://img.shields.io/badge/RuoYi-v3.8.4-brightgreen.svg"></a>
+	<a href="https://gitee.com/y_project/RuoYi-Vue/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
+</p>
+
+## 平台简介
+
+一七生活是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。
+
+1. 修改page  selectionChange多选时候要加
+<Page uri="/mapi/core/clothItem/list" :request-params="queryParams" ref="pagination" :selectionChange="handleSelectionChange">
+2. 去除分页查询相关字段
+
+3. 修改查询
+      this.$nextTick(() => {
+        this.$refs.pagination.handleSearch(true)
+      })