Hezhuohang
Results
2
issues of
Hezhuohang
In current version the following code with typescript would get error ```javascript const columns = { props: 'amount', title: 'amount', render: (row?: SymbolWithQuotation) => ( //blablabla ) } const data:...
### 需求描述 Feature Description 如果一个地方的加载跟两个 连续request有关, request1 成功后立刻发起request2. 由于request2 的防抖 导致 request2的loading有延迟, 导致两个loading 不连续。 ### 建议的解决方案 Proposed Solution debounce 等待过程中能否把loading先设置为true 或者有另一个值来表示(比如preLoading)。 ### 其他信息 Other information ```html loading... content ``` ```javascript...
discussion
2.x