|
@@ -384,6 +384,7 @@ export default {
|
|
handleCreateCdkey(){
|
|
handleCreateCdkey(){
|
|
this.loading = true
|
|
this.loading = true
|
|
let MethodName = "/ShopServer/Manager/DiscountCodeManager/CreateDiscountCode";
|
|
let MethodName = "/ShopServer/Manager/DiscountCodeManager/CreateDiscountCode";
|
|
|
|
+ this.organizeForm.valid_day_count = this.organizeForm.valid_day_count*1
|
|
let form = this.organizeForm
|
|
let form = this.organizeForm
|
|
let data = form
|
|
let data = form
|
|
getLogin(MethodName, data)
|
|
getLogin(MethodName, data)
|