update zentao bugs

This commit is contained in:
lb
2023-11-22 17:04:22 +08:00
parent cd55b4c860
commit ab09a2b08c
4 changed files with 103 additions and 57 deletions

View File

@@ -347,6 +347,8 @@ export default {
console.log('setting code: ', response.data);
// 处理输入框数据
this.form[opt.prop] = response.data;
// 更新下外部的 dataForm防止code字段有数据也报空的bug
this.$emit('update', this.form)
}
});
}