修改
This commit is contained in:
parent
8b10db0a46
commit
ea5caa2619
@ -206,10 +206,15 @@ export default {
|
||||
cancelClassifyshow() {
|
||||
this.Classifyshow = false
|
||||
},
|
||||
//选中
|
||||
//选中或者取消选中
|
||||
choiceclassify(e) {
|
||||
this.form.nurseStationItem.nurseClassifyId = e.id;
|
||||
this.form.nurseStationItem.classifyName = e.classifyName;
|
||||
if (this.form.nurseStationItem.nurseClassifyId == e.id) {
|
||||
this.form.nurseStationItem.nurseClassifyId = null
|
||||
this.form.nurseStationItem.classifyName = null
|
||||
} else {
|
||||
this.form.nurseStationItem.nurseClassifyId = e.id;
|
||||
this.form.nurseStationItem.classifyName = e.classifyName;
|
||||
}
|
||||
this.Classifyshow = false
|
||||
},
|
||||
//重置
|
||||
|
||||
Loading…
Reference in New Issue
Block a user