@@ -32,7 +32,7 @@
v-model.trim="form.name"
placeholder="请输入术语名称"
@blur="handlePinyin($event)"
- @input="handleInput"
+ @input="handlePinyinInput"
:disabled="form.labelType===''"
></el-input>
</el-form-item>
@@ -462,7 +462,7 @@ export default {
});
},
- handleInput(val) {
+ handlePinyinInput(val) {
this.isTrans = false;
@@ -82,6 +82,8 @@ export default {
// 传值
handleValue(from) {
+ console.log(from,'from');
+ console.log(this.operationForm[from],'this.operationForm[from]');
this.$emit('handleInput', {
type: from,
value: this.operationForm[from]