Commit c696cc7d authored by 柳 佳乐's avatar 柳 佳乐
Browse files

修复选择患者标签页bug

parent 41b720d2
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
}, },
data() { data() {
return { return {
activeTab: 'nonAppointmentForm', activeTab: 'nonAppointment',
selectedRows: null, selectedRows: null,
nonAppointmentForm: {}, nonAppointmentForm: {},
formRules: { formRules: {
......
export const baseURL = '/api' export const baseURL = '/api'//预约列表
export const baseURLConsole1 ='192.168.0.102:8000' export const baseURLConsole1 ='192.168.0.102:8000'//双目相机和动态相机
export const baseURLConsole2 ='192.168.0.106:8000' export const baseURLConsole2 ='192.168.0.106:8000'//静态相机和身高体重秤
\ No newline at end of file \ No newline at end of file
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