diff --git a/src/components/mycomponent/dialog/snCodeRulsDialog.vue b/src/components/mycomponent/dialog/snCodeRulsDialog.vue index dc6cf3f..eba7f1a 100644 --- a/src/components/mycomponent/dialog/snCodeRulsDialog.vue +++ b/src/components/mycomponent/dialog/snCodeRulsDialog.vue @@ -165,7 +165,7 @@ return aryTemp }) // 提交数据 - S_add({ snQuantity: this.addInfo.snQuantity, ruleList: subData }).then(resp => { + S_add({ snQuantity: this.codeLength, ruleList: subData }).then(resp => { this.$message.success('添加成功') this.close() this.reset()