userId
This commit is contained in:
@@ -158,7 +158,8 @@ export default {
|
||||
form: {
|
||||
id: "",
|
||||
isAgree: "1",
|
||||
refund: ""
|
||||
refund: "",
|
||||
userId:''
|
||||
},
|
||||
rules: {
|
||||
isAgree: [],
|
||||
@@ -180,6 +181,7 @@ export default {
|
||||
// 打开发放奖品弹窗
|
||||
deliverHandle(row) {
|
||||
this.form.id = row.id;
|
||||
this.form.userId = row.userId
|
||||
this.visible = true;
|
||||
},
|
||||
// 提交发放奖品
|
||||
|
||||
@@ -127,8 +127,8 @@ export default {
|
||||
this.init();
|
||||
},
|
||||
returnJumpTypeName(type) {
|
||||
console.log(type)
|
||||
console.log($jumpType[type])
|
||||
// console.log(type)
|
||||
// console.log($jumpType[type])
|
||||
return $jumpType[type] ? $jumpType[type] : "";
|
||||
},
|
||||
returnTypeName(type) {
|
||||
|
||||
Reference in New Issue
Block a user