瀏覽代碼

完善巡检

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