bug 79931

This commit is contained in:
赵霄
2023-12-26 11:18:32 +08:00
parent 31326e30c9
commit 3b71a897f8
@@ -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