| 
															
																@@ -837,16 +837,18 @@ export default { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         dimension(arr) { 
															 | 
															
															 | 
															
																         dimension(arr) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             console.log('dimensiondimensiondimensiondimension', arr); 
															 | 
															
															 | 
															
																             console.log('dimensiondimensiondimensiondimension', arr); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             arr.map((item, index) => { 
															 | 
															
															 | 
															
																             arr.map((item, index) => { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                // if (item.children) { 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                //     this.dimension(item.children); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                // } else if (item.type == 'room' && !this.CheckChinese(item.value)) { 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                //     arr.splice(index, 1); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-                // } 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                if (item.children) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                    this.dimension(item.children); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                } else { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                    if (item.type == 'room' && !this.CheckChinese(item.value)) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                        arr.splice(index, 1); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                    } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+                } 
															 | 
														
													
												
													
														
															| 
															 | 
															
																             }); 
															 | 
															
															 | 
															
																             }); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         }, 
															 | 
															
															 | 
															
																         }, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+ 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         CheckChinese(val) { 
															 | 
															
															 | 
															
																         CheckChinese(val) { 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-            // return this.rowDetail.treeData.find((task) => task.includes(val)); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																-            // return this.rowDetail.treeData.includes(val); 
															 | 
															
															 | 
															
																 
															 | 
														
													
												
													
														
															| 
															 | 
															
																 
															 | 
															
															 | 
															
																+            return this.rowDetail.treeData.includes(Number(val)); 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         }, 
															 | 
															
															 | 
															
																         }, 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         // 获取房间 
															 | 
															
															 | 
															
																         // 获取房间 
															 | 
														
													
												
													
														
															| 
															 | 
															
																         getOrgTreeList() { 
															 | 
															
															 | 
															
																         getOrgTreeList() { 
															 |