We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{#if isEdit} <kl-form-item required title="货源地:" sourceKey="goodsSource"> <kl-select message="请选择货源地" value={goodsVersion.goodsSourceCode}></kl-select> </kl-form-item> {#else} <kl-form-item title="货源地:"> {goodsVersion.goodsChannel} </kl-form-item> {/if}
上述代码,isEdit 默认为 false,切换以后,kl-form不会自动发送获取下拉的请求。
The text was updated successfully, but these errors were encountered:
fixbug, see: #333
f04e257
ZianeCui
No branches or pull requests
上述代码,isEdit 默认为 false,切换以后,kl-form不会自动发送获取下拉的请求。
The text was updated successfully, but these errors were encountered: