修改发起流程
This commit is contained in:
@@ -75,8 +75,14 @@ export default {
|
||||
this.q.current = val;
|
||||
this.loadData();
|
||||
},
|
||||
handle() {
|
||||
alert(111);
|
||||
handle(type) {
|
||||
switch (type) {
|
||||
case '1' :
|
||||
this.$router.push({
|
||||
path:'',
|
||||
query:''
|
||||
})
|
||||
}
|
||||
},
|
||||
},
|
||||
beforeDestroy(){
|
||||
|
||||
Reference in New Issue
Block a user