|
|
@@ -333,14 +333,15 @@
|
|
333
|
333
|
this.dicList[index].F_DicId = e.value
|
|
334
|
334
|
this.dicList[index].F_DicName = e.text
|
|
335
|
335
|
},
|
|
336
|
|
- nodeclickDept(e,index){
|
|
337
|
|
- this.dicList[index].F_ToDept = e.value
|
|
|
336
|
+ nodeclickDept(e,index){
|
|
338
|
337
|
if(e.zIndex==0){
|
|
339
|
338
|
this.changedept = ""
|
|
340
|
339
|
this.changeindex = ""
|
|
|
340
|
+ this.dicList[index].F_ToDept = ""
|
|
341
|
341
|
}else{
|
|
342
|
342
|
this.changedept = e.value
|
|
343
|
343
|
this.changeindex = index
|
|
|
344
|
+ this.dicList[index].F_ToDept = e.value
|
|
344
|
345
|
}
|
|
345
|
346
|
},
|
|
346
|
347
|
// 获取科室位置
|