拆分接口更换
This commit is contained in:
@@ -652,6 +652,7 @@
|
|||||||
multiple
|
multiple
|
||||||
:action="importExcelUrl"
|
:action="importExcelUrl"
|
||||||
ref="importfile"
|
ref="importfile"
|
||||||
|
:headers="headers"
|
||||||
name="file"
|
name="file"
|
||||||
drag
|
drag
|
||||||
:on-success="importItemsSuccess"
|
:on-success="importItemsSuccess"
|
||||||
@@ -805,6 +806,9 @@ export default {
|
|||||||
},
|
},
|
||||||
data () {
|
data () {
|
||||||
return {
|
return {
|
||||||
|
headers:{
|
||||||
|
token: JSON.parse(localStorage.getItem('userInfo')).token
|
||||||
|
},
|
||||||
editFlag: '',
|
editFlag: '',
|
||||||
splitStatus: this.$route.query.splitStatus,
|
splitStatus: this.$route.query.splitStatus,
|
||||||
auditFlag: this.$route.query.auditFlag,
|
auditFlag: this.$route.query.auditFlag,
|
||||||
@@ -1462,7 +1466,7 @@ export default {
|
|||||||
if (!this.jurisdictionCheck()) {
|
if (!this.jurisdictionCheck()) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
window.open('/api/att/attFile/uploadModalFile?fileName=标准拆分导入模板.zip')
|
window.open('/api/lawss/sarFileSplitItems/exportTemplate')
|
||||||
},
|
},
|
||||||
// 导入事件
|
// 导入事件
|
||||||
importItemInfo () {
|
importItemInfo () {
|
||||||
|
|||||||
Reference in New Issue
Block a user