资料中心下载
This commit is contained in:
@@ -141,7 +141,9 @@ export default {
|
|||||||
verifyTemplate(){
|
verifyTemplate(){
|
||||||
const id = this.$route.query.treeId
|
const id = this.$route.query.treeId
|
||||||
this.$http._getData('/fileMaterialCenter/zlTree/getMoBan',{ id }).then(res => {
|
this.$http._getData('/fileMaterialCenter/zlTree/getMoBan',{ id }).then(res => {
|
||||||
this.isTemplate = res.data
|
if(res.data){
|
||||||
|
this.isTemplate = res.data.data
|
||||||
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user