Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
张伯涛
cust_web
Commits
6742118e
Commit
6742118e
authored
Feb 15, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改查询
parent
af48574d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
5 deletions
+13
-5
memInfo.js
src/api/contentManagement/memInfo.js
+8
-0
index.vue
src/views/operationsManagement/memberHost/index.vue
+4
-4
index.vue
src/views/operationsManagement/message/index.vue
+1
-1
No files found.
src/api/contentManagement/memInfo.js
View file @
6742118e
...
...
@@ -97,3 +97,11 @@ export function getArticle(query) {
params
:
{
date
:
query
.
date
}
})
}
export
function
listMemHost
(
query
)
{
return
request
({
url
:
'/memInfo/memHost'
,
method
:
'get'
,
params
:
query
})
}
src/views/operationsManagement/memberHost/index.vue
View file @
6742118e
...
...
@@ -4,9 +4,9 @@
<div
v-show=
"showSwitch.courseContent"
class=
"courseContent"
>
<div
class=
"search"
>
<el-form
ref=
"queryForm"
style=
"padding: 30px 0 0 10px"
:model=
"queryParams"
:inline=
"true"
>
<el-form-item
label=
"会员:"
prop=
"memCode
Str
"
>
<el-form-item
label=
"会员:"
prop=
"memCode"
>
<el-input
v-model=
"queryParams.memCode
Str
"
v-model=
"queryParams.memCode"
placeholder=
"请输入会员号"
clearable
:maxlength=
"30"
...
...
@@ -99,7 +99,7 @@ import commonField from '@/utils/commonField'
import
{
parseTime
}
from
'@/utils'
import
{
getDataCache
,
setDataCache
}
from
'@/assets/js/filterData'
import
{
getOptions
}
from
'@/utils/options'
import
{
listMem
Info
}
from
'@/api/contentManagement/memInfo'
import
{
listMem
Host
}
from
'@/api/contentManagement/memInfo'
export
default
{
name
:
'Index'
,
...
...
@@ -205,7 +205,7 @@ export default {
loadData
()
{
this
.
loading
=
true
const
queryParams
=
{
...
this
.
queryParams
}
listMem
Info
(
queryParams
).
then
(
listMem
Host
(
queryParams
).
then
(
response
=>
{
this
.
tableData
=
response
.
data
this
.
total
=
response
.
total
...
...
src/views/operationsManagement/message/index.vue
View file @
6742118e
...
...
@@ -33,7 +33,7 @@
</el-form-item>
<el-form-item
label=
"接收人会员编号"
prop=
"memCode"
>
<el-input
v-model=
"queryParams.
m
emCode"
v-model=
"queryParams.
targetM
emCode"
placeholder=
"请输入"
clearable
:maxlength=
"50"
...
...
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