|
@@ -6,12 +6,7 @@
|
|
<template slot="left">
|
|
<template slot="left">
|
|
<ws-button type="primary" @click="handleAdd()" v-hasPermission="
|
|
<ws-button type="primary" @click="handleAdd()" v-hasPermission="
|
|
`contractManagement.salesContract.salesContractInfo.add`
|
|
`contractManagement.salesContract.salesContractInfo.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>
|
|
|
|
|
|
+ ">添加</ws-button>
|
|
<ws-button @click="exportlist()" v-hasPermission="
|
|
<ws-button @click="exportlist()" v-hasPermission="
|
|
`contractManagement.salesContract.salesContractInfo.view`"
|
|
`contractManagement.salesContract.salesContractInfo.view`"
|
|
>导出</ws-button
|
|
>导出</ws-button
|
|
@@ -467,7 +462,7 @@
|
|
.then((response) => {
|
|
.then((response) => {
|
|
for (var i = 0; i < response.records.length; i++) {
|
|
for (var i = 0; i < response.records.length; i++) {
|
|
if (response.records[i].addressUrl != null) {
|
|
if (response.records[i].addressUrl != null) {
|
|
- if (response.records[i].addressUrl != "") {
|
|
|
|
|
|
+ if (response.records[i].addressUrl != '') {
|
|
response.records[i].addressUrlArray =
|
|
response.records[i].addressUrlArray =
|
|
response.records[i].addressUrl.split(',')
|
|
response.records[i].addressUrl.split(',')
|
|
}
|
|
}
|