|
@@ -255,6 +255,7 @@ export default {
|
|
|
if (this.typeRadio === '归档项目') {
|
|
if (this.typeRadio === '归档项目') {
|
|
|
getProjectTree({status: '1'}).then(response => {
|
|
getProjectTree({status: '1'}).then(response => {
|
|
|
this.projectData = response.data
|
|
this.projectData = response.data
|
|
|
|
|
+ this.getList()
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
if (this.typeRadio === '垃圾桶') {
|
|
if (this.typeRadio === '垃圾桶') {
|