Your Name
2022-08-09 add68a0d028ec0e6626402aca724cc8c134c81ff
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>