no message
Former-commit-id: aec09685f0c47a9dd3c36b29338d2e75f761375f Former-commit-id: 6ab65db0e6cda193a0a70016d93aaa62528f21e0 Former-commit-id: 1322b91daf28645d995a3a81257df1d27ff62016
This commit is contained in:
@@ -63,7 +63,7 @@ export default {
|
|||||||
address1 = '',
|
address1 = '',
|
||||||
address2 = ''
|
address2 = ''
|
||||||
}) => ({id, name, address1, address2})
|
}) => ({id, name, address1, address2})
|
||||||
return val.map(e => rowFilter(val))
|
return val.map(e => rowFilter(e))
|
||||||
},
|
},
|
||||||
// 模拟返回数据。没有必要写在全局 mock 设置中,就在这里这样写了,这样删文件的时候也好处理
|
// 模拟返回数据。没有必要写在全局 mock 设置中,就在这里这样写了,这样删文件的时候也好处理
|
||||||
dataMaker () {
|
dataMaker () {
|
||||||
|
|||||||
Reference in New Issue
Block a user