|
|
|
@ -251,6 +251,7 @@ export default { |
|
|
|
operatorData: { |
|
|
|
site: this.$store.state.user.site, |
|
|
|
username: this.$store.state.user.name, |
|
|
|
userDisplay: this.$store.state.user.userDisplay, |
|
|
|
operatorId: '', |
|
|
|
operatorName: '', |
|
|
|
status: '', |
|
|
|
@ -1399,6 +1400,8 @@ export default { |
|
|
|
itemNo: this.currentRow.itemNo, |
|
|
|
site: this.currentRow.site, |
|
|
|
seqNo: this.currentRow.seqNo, |
|
|
|
username: this.searchData.username, |
|
|
|
userDisplay: this.searchData.userDisplay, |
|
|
|
} |
|
|
|
workbenchCancelallops(data).then(({data}) => { |
|
|
|
if (data.code == 0) { |
|
|
|
|