Source/UBCS-WEB/src/components/code-dialog-page/maxSerialnumDialog.vue
@@ -154,9 +154,7 @@ }, // 确认 async comfirm() { console.log(this.codeApplyForm) const objcodekey = Object.keys(this.codeApplyForm) console.log(objcodekey) const filteredObj = objcodekey.reduce((acc, key) => { const pattern = /[\u4e00-\u9fa5]/; // 匹配中文字符的正则表达式 const patterns = /\$/; @@ -184,6 +182,8 @@ this.confirmLoadding = false this.cancel() } }).catch(error=>{ this.confirmLoadding = false }) } else { this.confirmLoadding = false