|
@@ -312,7 +312,7 @@ export default {
|
|
methods:{
|
|
methods:{
|
|
getApp(){
|
|
getApp(){
|
|
getAppList().then((res)=>{
|
|
getAppList().then((res)=>{
|
|
- this.myApp = res.data.data.filter(item => item.appId !== this.appDetail.appId)
|
|
|
|
|
|
+ this.myApp = res.data.data.records.filter(item => item.appId !== this.appDetail.appId)
|
|
})
|
|
})
|
|
},
|
|
},
|
|
getFormList(){
|
|
getFormList(){
|
|
@@ -353,7 +353,6 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
seachMenuClick(){
|
|
seachMenuClick(){
|
|
- console.log(1111);
|
|
|
|
},
|
|
},
|
|
handleOpen(key, keyPath) {
|
|
handleOpen(key, keyPath) {
|
|
// getGroupIdList(key).then((res1)=>{
|
|
// getGroupIdList(key).then((res1)=>{
|