提交一波

This commit is contained in:
aixianling
2024-10-10 10:38:50 +08:00
parent 45017af56d
commit 17bf8599d1
9 changed files with 23 additions and 36 deletions

View File

@@ -18,14 +18,6 @@ export default {
return app.esm ?? ""
}
},
mounted() {
this.$vm.$on("mock", v => {
if (!!this.$refs.currentPage.$children?.[0]?.form) {
this.$refs.currentPage.$children[0].form = v
this.$refs.currentPage.$children[0].$forceUpdate()
}
})
}
}
</script>