src/views/user/archivesChange.vue
@@ -3955,7 +3955,6 @@ this.checkedArr = [] this.$get('hr/empAccessory', { ...params }).then(r => { r.data.data.forEach((v, i) => { debugger this.checkedArr.push({ isChecked: false, accessoryid: v.accessoryid }) // 一行8个 等于8就换行 if (i % 8 === 0 && i !== 0) { @@ -4888,7 +4887,6 @@ this.remarkInfoForm.version = '' }, dialogIsShow() { debugger this.workExperienceModal = false this.isAdd = true this.dialogshowArr[this.thisShowIndex].show = !this.dialogshowArr[this.thisShowIndex]