数据模型初步接入接口

This commit is contained in:
aixianling
2023-03-31 18:49:51 +08:00
parent 8b3f831bbd
commit fdbe0c4c37
4 changed files with 33 additions and 45 deletions

View File

@@ -21,9 +21,6 @@ export default {
let {hash} = this.$route
return hash == "#add" ? DmAdd : DmList
}
},
created() {
this.dict.load("detailType")
}
}
</script>