30805
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
||||
eventDesc: "",
|
||||
enclosure: "", // 附件
|
||||
integralCalcType: "",
|
||||
integral: 0,
|
||||
integral: '',
|
||||
file: [],
|
||||
},
|
||||
personList: [],
|
||||
@@ -167,7 +167,7 @@ export default {
|
||||
|
||||
selectPerson(val) {
|
||||
this.personList = val
|
||||
this.form.ids = this.personList.map(e => e.id)
|
||||
this.form.ids = [...this.personList.map(e => e.id)]
|
||||
// .concat(this.chooseUserList.map(v=>v.id))
|
||||
// if (val) {
|
||||
// this.form.residentId = val.id
|
||||
|
||||
@@ -259,13 +259,6 @@ export default {
|
||||
},
|
||||
toEdit(row) {
|
||||
this.form = {...row}
|
||||
// let arr = this.form?.validRangeData?.split(",");
|
||||
// this.girdInfoList = arr.map(e=> {
|
||||
// return {
|
||||
// id: e,
|
||||
// checkType: true
|
||||
// }
|
||||
// })
|
||||
this.girdInfoList = this.form?.validRangeData?.split(",");
|
||||
this.$nextTick(() => {
|
||||
this.dialog = true;
|
||||
|
||||
Reference in New Issue
Block a user