|
@@ -521,7 +521,7 @@
|
|
|
this.validUpload.isValidUpload = this.data.url !== ''
|
|
|
},
|
|
|
licenceCheck: function (num) {
|
|
|
- if ((/^[\S\-]{1,255}$/).test(this.data.licenceId)) {
|
|
|
+ if ((/^[\S-]{1,255}$/).test(this.data.licenceId)) {
|
|
|
if (num > 0) {
|
|
|
this.$http.post('/basic/enterprise/register/valid/businessCode?businessCode=' + this.data.licenceId)
|
|
|
.then(response => {
|