Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bims
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
孙海亮
bims
Commits
ecde08c2
Commit
ecde08c2
authored
1 year ago
by
朱彩云
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(回款管理): 回款切换tab重新查询数据
parent
9c8d8296
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
collectionDetail.vue
src/views/verification/collectionDetail.vue
+2
-1
vue.config.js
vue.config.js
+2
-2
No files found.
src/views/verification/collectionDetail.vue
View file @
ecde08c2
...
...
@@ -290,7 +290,7 @@
:checked=
"searchForm.hasBack == 'Y'"
@
change=
"($event) => changeHasBack($event)"
/>
<span
class=
"lable"
>
是否
已回款
</span>
<span
class=
"lable"
>
已回款
</span>
</a-form-model-item>
</a-col>
<a-col
class=
"flex-col"
:lg=
"4"
:sm=
"12"
>
...
...
@@ -742,6 +742,7 @@ export default {
patientName
:
''
,
// 客户名字
hasBack
:
'
N
'
}
this
.
searchData
()
}
},
created
()
{
...
...
This diff is collapsed.
Click to expand it.
vue.config.js
View file @
ecde08c2
...
...
@@ -52,8 +52,8 @@ module.exports = {
hot
:
true
,
proxy
:
{
'
^/api_bims
'
:
{
target
:
'
http://47.99.75.3:8070
'
,
// 测试
//
target: 'http://bims.medilink-global.com.cn/api_bims', // 生产
//
target: 'http://47.99.75.3:8070', // 测试
target
:
'
http://bims.medilink-global.com.cn/api_bims
'
,
// 生产
pathRewrite
:
{
'
^/api_bims
'
:
'
/
'
},
...
...
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