mirror of
https://gitee.com/bootx/dax-pay-ui.git
synced 2025-09-09 05:29:32 +00:00
fix(table): ensure that editable cell values are echoed correctly close #335
This commit is contained in:
@@ -15,7 +15,7 @@ const demoList = (() => {
|
||||
export default [
|
||||
{
|
||||
url: '/basic-api/select/getDemoOptions',
|
||||
timeout: 4000,
|
||||
timeout: 2000,
|
||||
method: 'get',
|
||||
response: ({ query }) => {
|
||||
console.log(query);
|
||||
|
Reference in New Issue
Block a user