[Vue warn]: Error in render: “TypeError: Cannot read property ‘status_text‘ of undefined“

Scenario description:

        Encountered this kind of error during development, cannot read an attribute of an undefined quantity, filter multiple attributes, find the defined variable, and print the value to see the value, and the page is displayed normally.

Solution:

        Use v-if to control the display of dom, and display dom after the data loading is completed. This way the problem is solved

Guess you like

Origin blog.csdn.net/weixin_45848862/article/details/127880749