迁移大屏UI库和应用
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user