fix bug
This commit is contained in:
@ -5,7 +5,7 @@ import { STComponent } from '@delon/abc/st';
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2021-12-29 14:51:07
|
* @Date : 2021-12-29 14:51:07
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-04-28 21:56:55
|
* @LastEditTime : 2022-04-28 22:03:03
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\modify-rate\\modify-rate.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\modal\\vehicle\\modify-rate\\modify-rate.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -69,7 +69,7 @@ export class VehicleModifyRateComponent implements OnInit {
|
|||||||
change:(item: any) => {
|
change:(item: any) => {
|
||||||
console.log(item);
|
console.log(item);
|
||||||
this.modiUrl = this.service.$api_searchAdditionalRateBatch;
|
this.modiUrl = this.service.$api_searchAdditionalRateBatch;
|
||||||
this.st.reload(1)
|
this.st.reload()
|
||||||
|
|
||||||
}
|
}
|
||||||
} as SFNumberWidgetSchema
|
} as SFNumberWidgetSchema
|
||||||
|
|||||||
Reference in New Issue
Block a user