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