no message

Former-commit-id: aec09685f0c47a9dd3c36b29338d2e75f761375f
Former-commit-id: 6ab65db0e6cda193a0a70016d93aaa62528f21e0
Former-commit-id: 1322b91daf28645d995a3a81257df1d27ff62016
This commit is contained in:
李杨
2018-03-25 18:17:19 +08:00
parent b510ede6b0
commit adbf430e68

View File

@@ -63,7 +63,7 @@ export default {
address1 = '',
address2 = ''
}) => ({id, name, address1, address2})
return val.map(e => rowFilter(val))
return val.map(e => rowFilter(e))
},
// 模拟返回数据。没有必要写在全局 mock 设置中,就在这里这样写了,这样删文件的时候也好处理
dataMaker () {