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