src/views/intellectInspect/inspectBasic/inspectPoint/components/inspectPointDialog.vue
@@ -27,7 +27,7 @@ <template #footer> <span class="dialog-footer"> <el-button @click="isShowInspectPointDialog = !isShowInspectPointDialog" size="default">取 消</el-button> <el-button type="primary" @click="submitInspectPoint" v-throttle size="default">确 实</el-button> <el-button type="primary" @click="submitInspectPoint" v-throttle size="default">确 定</el-button> </span> </template> </el-dialog>