Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
fbcdd059
Commit
fbcdd059
authored
Oct 23, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
22f3a24d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
9 deletions
+10
-9
addCustom.vue
dsk-operate-ui/src/views/custom/component/addCustom.vue
+4
-6
index.vue
dsk-operate-ui/src/views/custom/overview/index.vue
+4
-1
vue.config.js
dsk-operate-ui/vue.config.js
+2
-2
No files found.
dsk-operate-ui/src/views/custom/component/addCustom.vue
View file @
fbcdd059
...
...
@@ -36,7 +36,7 @@
<el-input
type=
"text"
placeholder=
"请输入"
v-model=
"queryParam.creditCode"
></el-input>
</el-form-item>
<div
class=
"popbot"
>
<div
class=
"wordprimary"
@
click=
"toct"
>
前往城投平台寻找客户线索>
</div>
<div
class=
"wordprimary"
style=
"display: inline-block"
@
click=
"toct"
>
前往城投平台寻找客户线索>
</div>
<div
class=
"btn btn_cancel h32"
@
click=
"resetForm('ruleForm')"
>
返回
</div>
<div
class=
"btn btn_primary h32"
@
click=
"submitForm('ruleForm')"
>
添加
</div>
</div>
...
...
@@ -84,8 +84,6 @@
created
()
{
this
.
prvinceTree
()
this
.
getDictType
()
console
.
log
(
this
.
dialogVisible
)
console
.
log
(
'1111111111'
)
},
computed
:
{},
methods
:{
...
...
@@ -116,7 +114,7 @@
cityId
:
''
,
districtId
:
''
,
},
this
.
dialogVisible
=
false
this
.
$emit
(
"handleCancel"
,
false
)
this
.
showlist
=
false
},
getAddr
(
obj
){
...
...
@@ -223,7 +221,7 @@
addCustomer
(
this
.
queryParam
).
then
(
result
=>
{
if
(
result
.
code
==
200
){
this
.
$message
.
success
(
'添加成功!'
)
this
.
dialogVisible
=
false
this
.
$emit
(
"handleCancel"
,
false
)
this
.
resetForm
(
'ruleForm'
)
}
else
{
this
.
$message
.
error
(
result
.
msg
)
...
...
@@ -234,7 +232,7 @@
});
},
toct
(){
this
.
dialogVisible
=
false
this
.
$emit
(
"handleCancel"
,
false
)
this
.
$router
.
push
({
path
:
'/macro/urban'
})
},
//输入数字
...
...
dsk-operate-ui/src/views/custom/overview/index.vue
View file @
fbcdd059
...
...
@@ -182,7 +182,7 @@
</div>
</div>
</div>
<AddCustom
:data=
"data"
v-if=
"data.open"
></AddCustom>
<AddCustom
:data=
"data"
v-if=
"data.open"
@
handleCancel=
"handleCancel"
></AddCustom>
</div>
</template>
...
...
@@ -574,6 +574,9 @@
handleAdd
(){
this
.
data
.
open
=
true
},
handleCancel
(
isshow
){
this
.
data
.
open
=
isshow
},
}
}
</
script
>
...
...
dsk-operate-ui/vue.config.js
View file @
fbcdd059
...
...
@@ -34,8 +34,8 @@ module.exports = {
proxy
:
{
// detail: https://cli.vuejs.org/config/#devserver-proxy
[
process
.
env
.
VUE_APP_BASE_API
]:
{
//
target: `http://47.104.91.229:9099/prod-api`,//测试
target
:
`http://localhost`
,
//测试
target
:
`http://47.104.91.229:9099/prod-api`
,
//测试
//
target: `http://localhost`,//测试
// target: `http://122.9.160.122:9011`, //线上
// target: `http://192.168.0.165:9098`,//施
// target: `http://192.168.60.6:9098`,//谭
...
...
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