迁移大屏UI库和应用

This commit is contained in:
aixianling
2022-03-25 11:09:26 +08:00
parent 60bd0b1dff
commit cc87206dbc
104 changed files with 7124 additions and 139 deletions

View File

@@ -100,7 +100,9 @@ export default {
urlPrefix: String
},
inject: ['home'],
inject: {
home:{default: ''}
},
components: {
Layout,
@@ -242,7 +244,7 @@ export default {
}).then(res => {
if (res.code == 0) {
this.$message.success('提交成功')
this.home?.refreshDvOptions()
setTimeout(() => {
this.cancel(true)