Merge pull request #9291 from ulleo/dev

feat(X-Pack): 数据填报表单列表移动文件夹弹窗,没有选中时,确认按钮是禁用状态
This commit is contained in:
ulleo
2024-04-24 10:43:49 +08:00
committed by GitHub

View File

@@ -26,6 +26,7 @@
<el-footer class="de-footer">
<el-button @click="closeSave">{{ $t("commons.cancel") }}</el-button>
<el-button
:disabled="targetGroup.id === undefined"
type="primary"
@click="doSave"
>{{ $t("commons.confirm") }}