优化代码

This commit is contained in:
java110 2021-08-28 11:23:47 +08:00
parent 46e05f83ad
commit 5417da75b9

View File

@ -23,11 +23,11 @@
vc.copyObject(_param, $that.simplifyOwnerTransactionCarInfo) vc.copyObject(_param, $that.simplifyOwnerTransactionCarInfo)
$that._listTransactionOwnerCar() $that._listTransactionOwnerCar()
.then((data) => { .then((data) => {
$that._listSimplifyOwnerTransactionCar(DEFAULT_PAGE, DEFAULT_ROWS); console.log('DEFAULT_PAGE',DEFAULT_PAGE)
$that._listSimplifyOwnerTransactionCar(1, 10);
}, (err) => { }, (err) => {
}) })
}); });
vc.on('simplifyOwnerTransactionCar', 'listMachineTranslate', function (_param) { vc.on('simplifyOwnerTransactionCar', 'listMachineTranslate', function (_param) {