赋值问题
1.前台界面 赋值,最好用双引号,单引号可能取不到值。
newList = Ext.create('Vstar.model.CORE_DepartmentY', { Name:'输入部门名称', ID: _id, Code:'', FatherID: selectedList.get("ID"), // 如果写成 selectedList.get('ID') FatherID 后台可能娶不到当前值 PathID: selectedList.get("PathID") + '-' + _id, PathName: (selectedList.get("PathName") == null ? "" : selectedList.get("PathName")) + selectedList.get("Name")+'-' });

浙公网安备 33010602011771号