Why did this report the mistake of auditRuleList.result.map is not a function?

problem description

Why does this report the error of TypeError: auditRuleList.result.map is not a function ?

related codes

import { Modal,Steps} from "antd";import React from "react";import {connect} from "react-redux";
const Step = Steps.Step;class ApproveState extends React.Component{
constructor(props) {
    super(props);
    this.state={
        visible: false,
        auditor:false,
    };
}
componentWillMount() {
}
componentDidMount() {
}
render(){
Nov.25,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3dd6a-2c3aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3dd6a-2c3aa.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?