Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenqikuai
fns_front_2
Commits
41f31163
Commit
41f31163
authored
Dec 15, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复原因显示
parent
f844c1cd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
branch.vue
src/components/Mine/Branch/branch.vue
+1
-1
index.ts
src/service/AddressService/index.ts
+1
-1
No files found.
src/components/Mine/Branch/branch.vue
View file @
41f31163
...
@@ -252,7 +252,7 @@ const errorReason = ref("");
...
@@ -252,7 +252,7 @@ const errorReason = ref("");
const
getErrorNote
=
()
=>
{
const
getErrorNote
=
()
=>
{
if
(
props
.
is_normal_work
)
return
;
if
(
props
.
is_normal_work
)
return
;
addressService
addressService
.
getNote
({
id
:
props
.
outlet_id
as
number
})
.
getNote
({
PosID
:
props
.
outlet_posId
})
.
then
((
res
:
{
data
:
{
note
:
string
}
})
=>
{
.
then
((
res
:
{
data
:
{
note
:
string
}
})
=>
{
errorReason
.
value
=
res
.
data
.
note
;
errorReason
.
value
=
res
.
data
.
note
;
});
});
...
...
src/service/AddressService/index.ts
View file @
41f31163
...
@@ -48,7 +48,7 @@ class AddressService {
...
@@ -48,7 +48,7 @@ class AddressService {
}
}
}
}
getNote
(
data
:
{
id
:
number
})
{
getNote
(
data
:
{
PosID
:
string
})
{
return
baseAxios
({
return
baseAxios
({
method
:
"post"
,
method
:
"post"
,
url
:
"/address/note"
,
url
:
"/address/note"
,
...
...
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