mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
46e05f83ad
commit
5417da75b9
@ -23,11 +23,11 @@
|
||||
vc.copyObject(_param, $that.simplifyOwnerTransactionCarInfo)
|
||||
$that._listTransactionOwnerCar()
|
||||
.then((data) => {
|
||||
$that._listSimplifyOwnerTransactionCar(DEFAULT_PAGE, DEFAULT_ROWS);
|
||||
console.log('DEFAULT_PAGE',DEFAULT_PAGE)
|
||||
$that._listSimplifyOwnerTransactionCar(1, 10);
|
||||
}, (err) => {
|
||||
|
||||
})
|
||||
|
||||
});
|
||||
|
||||
vc.on('simplifyOwnerTransactionCar', 'listMachineTranslate', function (_param) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user