bug 79931
This commit is contained in:
@@ -760,8 +760,9 @@ export default {
|
||||
*/
|
||||
handleSourceChange () {
|
||||
return new Promise(async resolve => {
|
||||
const source = this.formInline.source
|
||||
this.formInline = {}
|
||||
switch (this.formInline.source) {
|
||||
switch (source) {
|
||||
case StandardSource.DOMESTIC.value:
|
||||
await this.initDomesticStandardForm()
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user