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