Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -131,9 +131,9 @@ export default { | ... | @@ -131,9 +131,9 @@ export default { |
| 131 | if (ursaMark && ursaInfo.repeat) { | 131 | if (ursaMark && ursaInfo.repeat) { |
| 132 | this.ursaError = "填写的URSA已重复"; | 132 | this.ursaError = "填写的URSA已重复"; |
| 133 | } | 133 | } |
| 134 | - if (ursaMark && !ursaInfo.inUrsa) { | 134 | + // if (ursaMark && !ursaInfo.inUrsa) { |
| 135 | - this.ursaError = "URSA包含之间用分号分隔,例:P_;W_;A_"; | 135 | + // this.ursaError = "URSA包含之间用分号分隔,例:P_;W_;A_"; |
| 136 | - } | 136 | + // } |
| 137 | if (ursaMark && !ursaInfo.repeat && ursaInfo.inUrsa) { | 137 | if (ursaMark && !ursaInfo.repeat && ursaInfo.inUrsa) { |
| 138 | this.ursaError = ""; | 138 | this.ursaError = ""; |
| 139 | } | 139 | } |
| ... | @@ -141,9 +141,9 @@ export default { | ... | @@ -141,9 +141,9 @@ export default { |
| 141 | if (!ursaMark && ursaInfo.repeat) { | 141 | if (!ursaMark && ursaInfo.repeat) { |
| 142 | this.notUrsaError = "填写的URSA已重复"; | 142 | this.notUrsaError = "填写的URSA已重复"; |
| 143 | } | 143 | } |
| 144 | - if (!ursaMark && !ursaInfo.inUrsa) { | 144 | + // if (!ursaMark && !ursaInfo.inUrsa) { |
| 145 | - this.notUrsaError = "URSA不包含之间用分号分隔,例:F1;F2;F3"; | 145 | + // this.notUrsaError = "URSA不包含之间用分号分隔,例:F1;F2;F3"; |
| 146 | - } | 146 | + // } |
| 147 | if (!ursaMark && !ursaInfo.repeat && ursaInfo.inUrsa) { | 147 | if (!ursaMark && !ursaInfo.repeat && ursaInfo.inUrsa) { |
| 148 | this.notUrsaError = ""; | 148 | this.notUrsaError = ""; |
| 149 | } | 149 | } | ... | ... |
-
Please register or login to post a comment