-- fix bug 路径图名称校验

This commit is contained in:
yuping
2023-03-05 16:40:32 +08:00
parent e7f74953f8
commit 970fe5a42c

View File

@@ -332,7 +332,7 @@
<NameInput <NameInput
placeholder="请输入路径名称" placeholder="请输入路径名称"
v-model:value="pathName" v-model:value="pathName"
v-model:validate="validate" v-model:validated="validated"
:maxlength="20" :maxlength="20"
show-count show-count
:type="3" :type="3"
@@ -414,7 +414,7 @@
<a-button <a-button
class="samtn btn2" class="samtn btn2"
@click="editLearnPath" @click="editLearnPath"
:loading="confirmLoading" :loading="confirmLoading || validated === 1"
>确定</a-button >确定</a-button
> >
</div> </div>