Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-platform-ui
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
QA
qa-platform-ui
Commits
6ff5300e
Commit
6ff5300e
authored
Apr 29, 2021
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vcc造数据新增渠道号
parent
fd47955f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
GenData.vue
src/views/vcc/GenData.vue
+5
-2
No files found.
src/views/vcc/GenData.vue
View file @
6ff5300e
...
...
@@ -10,6 +10,7 @@
<el-card>
<div>
手机号:
<el-input
v-model=
"genDataParams.phoneNo"
placeholder=
"请输入手机号"
maxlength=
"11"
></el-input>
渠道号:
<el-input
v-model=
"genDataParams.channel"
placeholder=
"请输入渠道号"
maxlength=
"11"
></el-input>
用户状态:
<el-select
v-model=
"genDataParams.status"
placeholder=
"请选择用户状态"
>
<el-option
v-for=
"item in options"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
...
...
@@ -107,12 +108,14 @@ export default {
if
(
resp
!==
null
)
{
tLoading
.
close
()
}
this
.
tableData
.
push
(
resp
.
data
.
data
)
if
(
resp
.
data
.
data
!==
null
)
{
this
.
tableData
.
push
(
resp
.
data
.
data
)
}
})
.
catch
((
error
)
=>
{
console
.
log
(
error
)
tLoading
.
close
()
this
.
$
$
message
.
error
(
'
vcc或用户中心相关服务异常,请检查!
'
)
this
.
$message
.
error
(
'
vcc或用户中心相关服务异常,请检查!
'
)
})
}
}
...
...
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