소스 검색

完善巡检

408249787 2 년 전
부모
커밋
957ee68716
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/fill/gather/modules/BaseForm.vue

+ 3 - 1
src/views/fill/gather/modules/BaseForm.vue

@@ -161,7 +161,9 @@ export default {
       this.modalTitle = '编辑'
       const { form: { setFieldsValue } } = this
       // 日期处理
-
+      record.infoIds = record.fillInfos.map(res => {
+        return res.id
+      })
       this.$nextTick(() => {
         setFieldsValue(Object.assign(pick(record, [
           'id',