|
@@ -497,7 +497,7 @@
|
|
|
watch:{
|
|
|
|
|
|
detailList(nVal, oVal) {
|
|
|
- console.log(nVal)
|
|
|
+
|
|
|
var obj=[
|
|
|
{
|
|
|
name: '申请单主表'
|
|
@@ -685,14 +685,7 @@
|
|
|
yearMonth:this.queryTime,
|
|
|
|
|
|
}).then((resDown) => {
|
|
|
- // uni.downloadFile({
|
|
|
- // url: resDown.data, //仅为示例,并非真实的资源
|
|
|
- // success: (res) => {
|
|
|
- // if (res.statusCode === 200) {
|
|
|
- // console.log('下载成功');
|
|
|
- // }
|
|
|
- // }
|
|
|
- // });
|
|
|
+
|
|
|
if(resDown.data){
|
|
|
window.location.href=resDown.data
|
|
|
|