Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yanshouyi-Minipro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
yanshouyi-Minipro
Commits
8efdbe37
Commit
8efdbe37
authored
Dec 30, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页 数据导出
parent
ee270356
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
247 additions
and
177 deletions
+247
-177
.gitignore
.gitignore
+1
-0
home.js
api/home.js
+35
-0
home.vue
pages/home/home.vue
+211
-177
impexp.png
static/image/paokong/impexp.png
+0
-0
No files found.
.gitignore
0 → 100644
View file @
8efdbe37
unpackage/
api/home.js
0 → 100644
View file @
8efdbe37
import
request
from
'
@/common/request.js
'
export
function
getExportData
(
data
)
{
// 获取下拉列表数据
return
request
({
url
:
'
/product/ryexport
'
,
method
:
'
get
'
,
data
})
}
export
function
getselectList4productName
(
data
)
{
// 获取下拉列表数据
return
request
({
url
:
'
/product/getList
'
,
method
:
'
get
'
,
data
})
}
export
function
getselectList4tester
(
data
)
{
// 获取下拉列表数据
return
request
({
url
:
'
/product/getList
'
,
method
:
'
post
'
,
data
})
}
export
function
getDict
(
data
)
{
// 获取下拉列表数据
return
request
({
url
:
'
/system/dict/data/type/
'
+
data
.
type
,
method
:
'
get
'
,
})
}
pages/home/home.vue
View file @
8efdbe37
This diff is collapsed.
Click to expand it.
static/image/paokong/impexp.png
0 → 100644
View file @
8efdbe37
1.53 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment