Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2022-01-26 16:12:48 +08:00
3 changed files with 19 additions and 12 deletions

View File

@@ -69,10 +69,6 @@ export default {
this.componentName = 'List'
this.isShowDetail = false
this.params = data.params
if (data.isQuote) {
this.currIndex = 0
}
}
if (data.type === 'add') {

View File

@@ -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)