27027
This commit is contained in:
@@ -100,6 +100,8 @@ export default {
|
||||
urlPrefix: String
|
||||
},
|
||||
|
||||
inject: ['home'],
|
||||
|
||||
components: {
|
||||
Layout,
|
||||
AppGigscreenViewer
|
||||
@@ -240,6 +242,8 @@ export default {
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$message.success('提交成功')
|
||||
|
||||
this.home?.refreshDvOptions()
|
||||
setTimeout(() => {
|
||||
this.cancel(true)
|
||||
}, 600)
|
||||
|
||||
Reference in New Issue
Block a user