@@ -762,7 +762,7 @@ export default {
this.warning('请输入标准词');
return;
}
- if (!this.data.code && !this.unfit && !this.data.type) {
+ if (!this.data.code && !this.unfit || !this.data.type) {
this.warning('请选择术语类型');