提交 cfd018ae 编写于 作者: 张敬贤's avatar 张敬贤

Merge branch 'feature/zjx' into 'develop'

Feature/zjx

See merge request !100
...@@ -92,6 +92,14 @@ export default { ...@@ -92,6 +92,14 @@ export default {
} }
}, },
immediate:true immediate:true
},
show: {
handler(nv) {
if (nv) {
this.getScheduling();
}
},
immediate:true
} }
}, },
mounted() { mounted() {
......
...@@ -172,7 +172,6 @@ ...@@ -172,7 +172,6 @@
@click="appointment" @click="appointment"
> >
提交 提交
{{ buttonStatus ? '提交' : buttonText }}
</van-button> </van-button>
</div> </div>
<SelectHospital <SelectHospital
...@@ -505,6 +504,9 @@ export default { ...@@ -505,6 +504,9 @@ export default {
console.log(res); console.log(res);
this.buttonStatus = res.data.buttonStatus; this.buttonStatus = res.data.buttonStatus;
this.buttonText = res.data.statusDesc; this.buttonText = res.data.statusDesc;
if (!this.buttonStatus) {
this.$toast('this.buttonText');
}
this.$loading.hide(); this.$loading.hide();
}); });
}, },
......
...@@ -35,7 +35,7 @@ module.exports = { ...@@ -35,7 +35,7 @@ module.exports = {
port: 8083, port: 8083,
proxy: { proxy: {
'/proxy': { '/proxy': {
target: 'https://dev-sc.yunqueyi.com/', target: 'https://test1-sc.yunqueyi.com/',
// target: 'https://test1-sc.yunqueyi.com/', // target: 'https://test1-sc.yunqueyi.com/',
// target: 'https://uat-sc.yunqueyi.com/', // target: 'https://uat-sc.yunqueyi.com/',
// http://10.241.65.90:3000/mock/1071/cs/route/removeUser // http://10.241.65.90:3000/mock/1071/cs/route/removeUser
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册