src/views/doublePrevent/riskLevel/device/components/productionDeviceDialog.vue
@@ -31,7 +31,7 @@ <template #footer> <span class="dialog-footer" v-show="disabled"> <el-button @click="isShowProductionDeviceDialog = !isShowProductionDeviceDialog" size="default">取 消</el-button> <el-button type="primary" @click="submitProductionDevice" v-throttle size="default">确 实</el-button> <el-button type="primary" @click="submitProductionDevice" v-throttle size="default">确 定</el-button> </span> </template> </el-dialog>