mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
46e05f83ad
commit
5417da75b9
@ -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) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user