|
@@ -225,7 +225,7 @@ export default {
|
|
|
})
|
|
|
.then(() => {
|
|
|
letterProcessCancel({
|
|
|
- ids: this.recordSelected.map(item => item.id)
|
|
|
+ ids: this.recordSelected.map(item => item.leLetterId)
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.$refs?.pageRef?.refreshList()
|
|
@@ -259,7 +259,7 @@ export default {
|
|
|
})
|
|
|
.then(() => {
|
|
|
letterProcessSend({
|
|
|
- ids: this.recordSelected.map(item => item.id)
|
|
|
+ ids: this.recordSelected.map(item => item.leLetterId)
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.$refs?.pageRef?.refreshList()
|
|
@@ -293,7 +293,7 @@ export default {
|
|
|
})
|
|
|
.then(() => {
|
|
|
letterProcessReject({
|
|
|
- ids: this.recordSelected.map(item => item.id)
|
|
|
+ ids: this.recordSelected.map(item => item.leLetterId)
|
|
|
})
|
|
|
.then(res => {
|
|
|
this.$refs?.pageRef?.refreshList()
|