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