Pārlūkot izejas kodu

修改团组增减款项下拉框方法参数

wangh 1 gadu atpakaļ
vecāks
revīzija
b973184657
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      src/components/OP/DecreasePayments.vue

+ 2 - 1
src/components/OP/DecreasePayments.vue

@@ -117,7 +117,8 @@ export default {
                     Authorization: 'Bearer ' + this.token
                 },
                 data: {
-                    UserId: that.userId
+                    UserId: that.userId,
+                    CTId: 98
                 }
             }).then(function (res) {
                 if (res.data.code == 200) {