Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
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
songrui
frontend-h5
Commits
f7a1bb7c
Commit
f7a1bb7c
authored
6 months ago
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
居民端小程序 1.通用随访详情页面编写
parent
f0c1342c
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
6 deletions
+1
-6
ResidentWX.vue
src/residentWX/ResidentWX.vue
+1
-1
Detail.vue
src/residentWX/guide/Detail.vue
+0
-5
GeneralFUDetail.vue
src/residentWX/visit/detail/GeneralFUDetail.vue
+0
-0
No files found.
src/residentWX/ResidentWX.vue
View file @
f7a1bb7c
...
@@ -56,7 +56,7 @@ export default {
...
@@ -56,7 +56,7 @@ export default {
console
.
log
(
this
.
visible
)
console
.
log
(
this
.
visible
)
const
res
=
await
getDict
()
const
res
=
await
getDict
()
this
.
store
.
$patch
({
dict
:
res
.
data
||
{}
})
this
.
store
.
$patch
({
dict
:
res
.
data
||
{}
})
const
user
=
await
getResidentByInfo
({
idCard
:
'
510215192405265723
'
})
const
user
=
await
getResidentByInfo
({
idCard
:
'
21100319900901301X
'
})
this
.
store
.
$patch
({
userInfo
:
user
.
data
||
{}
})
this
.
store
.
$patch
({
userInfo
:
user
.
data
||
{}
})
this
.
visible
=
true
this
.
visible
=
true
...
...
This diff is collapsed.
Click to expand it.
src/residentWX/guide/Detail.vue
View file @
f7a1bb7c
...
@@ -95,11 +95,6 @@ export default {
...
@@ -95,11 +95,6 @@ export default {
info
:
{}
info
:
{}
}
}
},
},
methods
:
{
onBack
()
{
this
.
$router
.
back
()
},
},
computed
:
{
computed
:
{
id
()
{
id
()
{
return
this
.
$route
.
params
.
id
return
this
.
$route
.
params
.
id
...
...
This diff is collapsed.
Click to expand it.
src/residentWX/visit/detail/GeneralFUDetail.vue
View file @
f7a1bb7c
This diff is collapsed.
Click to expand it.
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