koushanshan il y a 3 ans
Parent
commit
fbdffd98b3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/view/pdm/molding-record/form.vue

+ 1 - 0
src/view/pdm/molding-record/form.vue

@@ -1014,6 +1014,7 @@ export default {
             templist[it] = itt[it]
           })
           templist.ftyId = this.formData.ftyId
+          templist.manageUser =this.$store.state.user.id
           // 取出当前成型线对应的模具记录明细
           let temp = table.filter(it => it.groupId === itt.groupId)
           if (temp && temp.length > 0) {