|
|
@ -990,6 +990,7 @@ |
|
|
let inData = { |
|
|
let inData = { |
|
|
site: this.currentRow.site, |
|
|
site: this.currentRow.site, |
|
|
orderRef1: this.currentRow.projectId, |
|
|
orderRef1: this.currentRow.projectId, |
|
|
|
|
|
orderRef2: this.currentRow.testPartNo, |
|
|
username: this.$store.state.user.name, |
|
|
username: this.$store.state.user.name, |
|
|
} |
|
|
} |
|
|
this.$refs.toolApply.init(inData) |
|
|
this.$refs.toolApply.init(inData) |
|
|
|