提交 56c8ea63 authored 作者: matian's avatar matian

fix:未选中客户提交按钮禁用

上级 60b92e74
...@@ -7,7 +7,9 @@ ...@@ -7,7 +7,9 @@
</template> </template>
<template #footer> <template #footer>
<el-button @click="$emit('update:visible', false)" style="margin-left: 20px">取消</el-button> <el-button @click="$emit('update:visible', false)" style="margin-left: 20px">取消</el-button>
<el-button type="primary" @click="submit" :disabled="btnDisabled">提交</el-button> <el-button type="primary" @click="submit" :disabled="btnDisabled || multipleSelection.length === 0"
>提交</el-button
>
</template> </template>
</app-list> </app-list>
</app-card> </app-card>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论