@@ -105,7 +105,13 @@
</template>
<!-- 操作 -->
<template slot="action" slot-scope="text, record">
- <a-button size="small" type="link" class="button-primary" @click="handleAdd(record)" id="inventoryCheckSelfDiskList-add-btn">添加</a-button>
+ <a-button
+ size="small"
+ type="link"
+ class="button-primary"
+ :disabled="spinning"
+ @click="handleAdd(record)"
+ id="inventoryCheckSelfDiskList-add-btn">添加</a-button>
</s-table>
</a-card>