fix bug
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-03-01 15:13:03
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-03-01 16:15:26
|
||||
* @LastEditTime : 2022-03-01 16:18:58
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\supply-management\\model\\import-supply\\import-supply.component.ts
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
*/
|
||||
@ -26,6 +26,7 @@ import { SupplyManagementService } from '../../services/supply-management.servic
|
||||
export class SupplyManagementImportSupplyComponent implements OnInit {
|
||||
record: any = {};
|
||||
files: any;
|
||||
status: boolean = true
|
||||
files2: any;
|
||||
schema: SFSchema = {};
|
||||
ui: SFUISchema = {};
|
||||
@ -185,7 +186,9 @@ export class SupplyManagementImportSupplyComponent implements OnInit {
|
||||
downFile() {
|
||||
this.service.request(this.service.$api_exportGoodsResourceOperateTemplate).subscribe((res: any)=> {
|
||||
console.log(res)
|
||||
|
||||
if(res) {
|
||||
this.status = false
|
||||
}
|
||||
})
|
||||
// window.location.href('')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user