清单导出
This commit is contained in:
@@ -266,7 +266,7 @@
|
||||
<p class="half"><label style=" margin-right: 150px;">发布日期</label><span>{{
|
||||
sarStandardsInfoEO.issueTime || '-'
|
||||
}}</span></p>
|
||||
<p class="half"><label style=" margin-right: 150px;">标准性质</label><span>{{
|
||||
<p class="half" v-if="saveStandType === 'INLAND_STAND'"><label style=" margin-right: 150px;">标准性质</label><span>{{
|
||||
standMap[sarStandardsInfoEO.standNature] || '-'
|
||||
}}</span></p>
|
||||
<p class="half" v-if="saveStandType === 'INLAND_STAND'"><label
|
||||
|
||||
@@ -1360,7 +1360,7 @@ export default {
|
||||
sarAccessInfoSelect(selectData) {
|
||||
this.sarAccessInfoListArry = []
|
||||
for (let i = 0; i < selectData.length; i++) {
|
||||
this.sarAccessInfoListArry.push(selectData[i].id);
|
||||
this.sarAccessInfoListArry.push(selectData[i]);
|
||||
}
|
||||
},
|
||||
// 点击取消按钮 返回事件
|
||||
|
||||
@@ -1122,7 +1122,7 @@ export default {
|
||||
sarAccessInfoSelect (selectData) {
|
||||
this.sarAccessInfoListArry = []
|
||||
for (let i = 0; i < selectData.length; i++) {
|
||||
this.sarAccessInfoListArry.push(selectData[i].id);
|
||||
this.sarAccessInfoListArry.push(selectData[i]);
|
||||
}
|
||||
},
|
||||
// 点击取消按钮 返回事件
|
||||
|
||||
+1
-2
@@ -1117,7 +1117,7 @@ export default {
|
||||
sarAccessInfoSelect(selectData) {
|
||||
this.sarAccessInfoListArry = []
|
||||
for (let i = 0; i < selectData.length; i++) {
|
||||
this.sarAccessInfoListArry.push(selectData[i].id);
|
||||
this.sarAccessInfoListArry.push(selectData[i]);
|
||||
}
|
||||
},
|
||||
// 点击取消按钮 返回事件
|
||||
@@ -1441,7 +1441,6 @@ export default {
|
||||
},
|
||||
// 导出确定功能
|
||||
exportTestItem() {
|
||||
let exportNames = this.exportName
|
||||
let exportList = []
|
||||
if (this.sarAccessInfoListArry.length > 0) {
|
||||
exportList = this.sarAccessInfoListArry
|
||||
|
||||
Reference in New Issue
Block a user