Ver código fonte

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

wangh 1 ano atrás
pai
commit
b973184657
1 arquivos alterados com 2 adições e 1 exclusões
  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) {