27027
This commit is contained in:
		| @@ -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') { | ||||
|   | ||||
| @@ -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