tijiao
This commit is contained in:
@@ -522,6 +522,8 @@ export default {
|
||||
})
|
||||
},
|
||||
editCate(data){
|
||||
console.log('data at line 524:', data)
|
||||
|
||||
this.$refs["addFormRef"].validate(valid => {
|
||||
if (valid) {
|
||||
var icon = '';
|
||||
@@ -545,7 +547,7 @@ export default {
|
||||
title: data.title,
|
||||
department: data.department,
|
||||
specialty: data.specialty,
|
||||
region: region,
|
||||
region: region?region:data.region,
|
||||
reservation: data.reservation,
|
||||
introduce: data.introduce,
|
||||
clinic: data.clinic,
|
||||
|
||||
Reference in New Issue
Block a user