打开 关闭

Crud page generated by abp suite 2.3.0 is not worked! #71


User avatar
0
zony 创建

Crud page generated by abp suite 2.3.0 is not worked!

The solution is created by cli: abp new Test.MVC -t app-pro -u mvc.

It can build and run successful, but the page is not worked.

The google chrome console has one error:

Uncaught TypeError: Cannot read property 'books' of undefined
    at HTMLDocument.<anonymous> (index.js?_v=637210729708708542:5)
    at mightThrow (jquery.js?_v=637209671264387665:3534)
    at process (jquery.js?_v=637209671264387665:3602)


1 答案
  • User Avatar
    1
    alper 创建
    支持团队 Director

    Hi,

    This is a bug and it has been fixed in the next version v2.4.0 on April 3, 2020. The workaround is; replace the marked linke with the below in index.js

    window.myBookStore.books.book
    

Made with ❤️ on ABP v8.2.0-preview Updated on 三月 25, 2024, 15:11