6.13更新
This commit is contained in:
@@ -208,11 +208,11 @@
|
||||
//详情
|
||||
const handleDetail = async (record) => {
|
||||
const { code, data, message } = await getHospitalDetail(record.hospital_id)
|
||||
hospitalChild.value.getData();
|
||||
if (code == 200) {
|
||||
Object.assign(modalForm, data);
|
||||
modalVisible.value = true;
|
||||
}
|
||||
hospitalChild.value.getData(true);
|
||||
};
|
||||
// 批量删除
|
||||
const handleBatchDelete = () => {
|
||||
|
||||
Reference in New Issue
Block a user