Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b0e79623
...
b0e79623f5445610b38118899c7886e2e47ef1e6
authored
2023-02-10 17:47:31 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
22980c16
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
23 deletions
src/page/tool.vue
src/page/tool.vue
View file @
b0e7962
...
...
@@ -926,17 +926,13 @@
<el-input
placeholder=
"请输入代理人手机号"
v-model=
"create1053TestData.agentPhone"
clearable
></el-input>
</el-form-item>
<el-form-item>
<el-input
placeholder=
"请输入
自动生成数据的个数,最大取值
<
=10" v-model="create1053TestData.c
ount" clearable>
</el-input>
<el-input
placeholder=
"请输入
电话约访自动生成数据的个数,最大取值
<
=10" v-model="create1053TestData.telC
ount" clearable>
</el-input>
</el-form-item>
<el-form-item>
<el-select
v-model=
"create1053TestData.type"
placeholder=
"请选择数据类型"
>
<el-option
v-for=
"item in create1053TestDatatypeoptions"
:key=
"item.value"
:label=
"item.label"
:value=
"item.value"
>
</el-option>
</el-select>
<el-input
placeholder=
"请输入面见碰一碰自动生成数据的个数,最大取值
<
=10" v-model="create1053TestData.mianJianCount" clearable>
</el-input>
</el-form-item>
<el-form-item>
<el-input
placeholder=
"请输入AI分享自动生成数据的个数,最大取值
<
=10" v-model="create1053TestData.fenXiangCount" clearable>
</el-input>
</el-form-item>
<div
style=
"margin: 15px 0;"
></div>
<el-form-item>
...
...
@@ -1083,19 +1079,10 @@
}],
create1053TestData
:
{
agentPhone
:
''
,
count
:
''
,
type
:
[]
telCount
:
''
,
mianJianCount
:
''
,
fenXiangCount
:
''
},
create1053TestDatatypeoptions
:
[{
value
:
'0'
,
label
:
'电话约访'
},
{
value
:
'1'
,
label
:
'面见碰一碰'
},
{
value
:
'2'
,
label
:
'AI分享'
}],
smsCode
:
{
phone
:
''
,
code
:
1111
...
...
@@ -1760,8 +1747,9 @@
}
this
.
$http
.
get
(
'/tool/create1053Tool?'
+
this
.
$qs
.
stringify
({
agentPhone
:
this
.
create1053TestData
.
agentPhone
,
count
:
this
.
create1053TestData
.
count
,
type
:
this
.
create1053TestData
.
type
.
toString
()
telCount
:
this
.
create1053TestData
.
telCount
,
mianJianCount
:
this
.
create1053TestData
.
mianJianCount
,
fenXiangCount
:
this
.
create1053TestData
.
fenXiangCount
}),
config
).
then
((
res
)
=>
{
console
.
log
(
res
);
if
(
res
.
data
==
'成功'
)
{
...
...
Please
register
or
sign in
to post a comment