Browse Source

2025-04-22

master
qiezi 9 months ago
parent
commit
3a4c6435a7
  1. 1
      src/views/modules/project/projectPart/searchProjectPart.vue

1
src/views/modules/project/projectPart/searchProjectPart.vue

@ -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)

Loading…
Cancel
Save