|
|
@@ -145,14 +145,18 @@ export default {
|
|
|
//分类列表
|
|
|
itemClassList: [],
|
|
|
sonClassId: 0,
|
|
|
- sonClassName: ''
|
|
|
+ sonClassName: '',
|
|
|
+ newApp: ''
|
|
|
};
|
|
|
},
|
|
|
computed: {
|
|
|
},
|
|
|
watch: {
|
|
|
- show () {
|
|
|
+ show (val) {
|
|
|
this.selDialog = this.show;
|
|
|
+ if(val) {
|
|
|
+ this.newApp.refresh()
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
created () { },
|
|
|
@@ -199,6 +203,7 @@ export default {
|
|
|
|
|
|
this.sonClassId = this.classId
|
|
|
this.sonClassName = this.className
|
|
|
+ this.newApp = app
|
|
|
|
|
|
//分类列表
|
|
|
this.getAllClass()
|