Commit 333c81ef authored by 朱彩云's avatar 朱彩云

Merge branch 'hotfix_zcy_0311' into 'master'

fix(回款管理): 回款切换tab重新查询数据

See merge request !91
parents f9c96eb7 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() {
......
......@@ -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': '/'
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment