Преглед изворни кода

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

wangh пре 2 година
родитељ
комит
b973184657
1 измењених фајлова са 2 додато и 1 уклоњено
  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) {