配件领用返回
This commit is contained in:
parent
11bea81e6b
commit
4e6cbf18ae
|
|
@ -76,6 +76,9 @@ export default {
|
|||
/* 返回按钮 */
|
||||
goBack() {
|
||||
this.isShowComponent = "Home";
|
||||
this.$nextTick(() => {
|
||||
this.$refs.componentRef.getList()
|
||||
})
|
||||
},
|
||||
isReset() {
|
||||
this.isShowComponent = "Home"
|
||||
|
|
|
|||
Loading…
Reference in New Issue