Merge pull request #9291 from ulleo/dev
feat(X-Pack): 数据填报表单列表移动文件夹弹窗,没有选中时,确认按钮是禁用状态
This commit is contained in:
commit
f4ddf08a67
@ -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") }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user