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