xg
This commit is contained in:
parent
df87066488
commit
e0f1681d34
@ -2,7 +2,7 @@ import request from '@/utils/request'
|
||||
// 医院下拉框
|
||||
export function getList(query) {
|
||||
return request({
|
||||
url: '/system/hospital/getList',
|
||||
url: `/system/hospital/getList?category=2`,
|
||||
method: 'get',
|
||||
params: query
|
||||
})
|
||||
|
||||
@ -669,7 +669,6 @@ export default {
|
||||
/** 新增按钮操作 */
|
||||
handleAdd() {
|
||||
this.reset();
|
||||
this.hospitalName();
|
||||
this.addopen = true;
|
||||
this.title = "添加医生排班";
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user