|
@@ -8,7 +8,7 @@
|
|
|
}
|
|
|
}" :table-header="policyRegulationInformationHeader" :get-table-list="getTableData" :filter-form="policyRegulationInformation">
|
|
|
<template v-if="store.isManager" #plusBtn>
|
|
|
- <el-button type="primary" :icon="Plus" @click="openDialog('add')">新增</el-button>-->
|
|
|
+ <el-button type="primary" :icon="Plus" @click="openDialog('add')">新增</el-button>
|
|
|
</template>
|
|
|
<template #operation="{data}">
|
|
|
<el-button type="info" @click="getDataFile(data)">查看</el-button>
|
|
@@ -101,7 +101,7 @@ export default {
|
|
|
}
|
|
|
axios({
|
|
|
method: "post",
|
|
|
- url: '/api/XyxxApi/xyptFileDocument', // 请求地址
|
|
|
+ url: 'http://10.90.7.241:9443/data-business-prod/XyxxApi/xyptFileDocument', // 请求地址
|
|
|
data: obj, // 参数
|
|
|
responseType: "blob", // 表明返回服务器返回的数据类型
|
|
|
}).then((res) => {
|