@sy-common/organize-select-help 1.0.0-beta.4 → 1.0.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +2 -1
- package/src/index.vue +1 -1
package/package.json
CHANGED
package/readme.md
CHANGED
package/src/index.vue
CHANGED
|
@@ -274,7 +274,7 @@ export default {
|
|
|
274
274
|
},
|
|
275
275
|
//staff
|
|
276
276
|
addStaffList(){
|
|
277
|
-
let staffList = this.staffAllList.filter((item)=>item.checked
|
|
277
|
+
let staffList = this.staffAllList.filter((item)=>item.checked===true)
|
|
278
278
|
let list = this.staffList.concat(staffList)
|
|
279
279
|
let uniqueArray = list.filter((item, index, self) =>
|
|
280
280
|
index === self.findIndex(t => (
|