lz 3 سال پیش
والد
کامیت
280d85320b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/components/deptTreeChoice/index.vue

+ 1 - 0
src/components/deptTreeChoice/index.vue

@@ -89,6 +89,7 @@
 				this.deptIds = ids.filter((item) => this.defaultChecked.includes(item))
 			},
 			getAllIds(parents) {
+				if (!parents) return []
 				let arrs = []
 				parents.forEach((item) => {
 					arrs.push(item.id)