ソースを参照

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

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