linwenxin пре 5 месеци
родитељ
комит
b7d01d474f
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      src/views/setting/workContactLetter/workContactLetterPage/index.vue

+ 3 - 3
src/views/setting/workContactLetter/workContactLetterPage/index.vue

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