|
@@ -1047,7 +1047,7 @@ export default {
|
|
|
in_date: (new Date()).valueOf(),
|
|
|
out_date: (new Date()).valueOf(),
|
|
|
mobile: '',
|
|
|
- part_id: this.frame.part_id
|
|
|
+ part_id: this.part_view ? this.$store.getters.partId : this.frame.part_id
|
|
|
}
|
|
|
if (Object.keys(this.frame).length > 0) {
|
|
|
this.$set(this.formmodel, 'frame_id', this.frame.id)
|