fix(table): ensure that editable cell values are echoed correctly close #335

This commit is contained in:
Vben
2021-03-11 22:01:08 +08:00
parent e15737b9d1
commit fab7a6c58d
2 changed files with 6 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ const demoList = (() => {
export default [
{
url: '/basic-api/select/getDemoOptions',
timeout: 4000,
timeout: 2000,
method: 'get',
response: ({ query }) => {
console.log(query);