|
|
@ -804,6 +804,8 @@ |
|
|
let inData = { |
|
|
let inData = { |
|
|
site: this.currentRow.site, |
|
|
site: this.currentRow.site, |
|
|
testPartNo: this.currentRow.testPartNo, |
|
|
testPartNo: this.currentRow.testPartNo, |
|
|
|
|
|
userName: this.$store.state.user.name, |
|
|
|
|
|
projectId:this.currentRow.projectId, |
|
|
page: 1, |
|
|
page: 1, |
|
|
limit: 1000 |
|
|
limit: 1000 |
|
|
} |
|
|
} |
|
|
|