|
@@ -4,13 +4,7 @@
|
|
|
<BaseHeaderLayout :leftSpan="8">
|
|
|
<template slot="left">
|
|
|
<ws-button type="primary" @click="handleAdd()"
|
|
|
- v-hasPermission="`contractManagement.buyContract.buyContractInfo.add`"><img width="13" height="13"
|
|
|
- style="
|
|
|
- vertical-align: text-top;
|
|
|
- position: relative;
|
|
|
- top: 2px;
|
|
|
- left: -4px;
|
|
|
- " src="../../../public/img/header-add.png" alt="" />添加</ws-button>
|
|
|
+ v-hasPermission="`contractManagement.buyContract.buyContractInfo.add`">添加</ws-button>
|
|
|
<ws-button @click="exportlist()" v-hasPermission="
|
|
|
`contractManagement.buyContract.buyContractInfo.view`
|
|
|
">导出</ws-button>
|
|
@@ -347,7 +341,7 @@
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
for (var i = 0; i < response.records.length; i++) {
|
|
|
- if (response.records[i].addressUrl != null && response.records[i].addressUrl != "") {
|
|
|
+ if (response.records[i].addressUrl != null && response.records[i].addressUrl != '') {
|
|
|
response.records[i].addressUrlArray =
|
|
|
response.records[i].addressUrl.split(',')
|
|
|
} else {
|