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',