This website works better with JavaScript
Home
Explore
Help
Register
Sign In
drp
/
drp-ui
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
1.申请单需要改成导入后成功了就直接展示在界面,不要再去点搜索
002390
1 year ago
parent
01b5f2c20c
commit
1e3589d343
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/views/material/requisition/index.vue
+ 1
- 0
src/views/material/requisition/index.vue
View File
@@ -333,6 +333,7 @@
saveAs(blob, '导入失败的物料申请单数据.xlsx');
saveAs(blob, '导入失败的物料申请单数据.xlsx');
}
}
this.failLoad = false;
this.failLoad = false;
+ this.reset();
})
})
}
}
}
}