|
@@ -63,6 +63,14 @@ export default async(
|
|
|
config.data.relaComNo = isAllowRelaComNo ? innerRelaComNo : ''
|
|
|
|
|
|
if (needRela) config.data.relaComNo = relaComNo || innerRelaComNo
|
|
|
+
|
|
|
+ // if ('noRelation' in config.data) {
|
|
|
+ // delete config.data['noRelation']
|
|
|
+ // }
|
|
|
+ // if ('needRela' in config.data) {
|
|
|
+ // delete config.data['needRela']
|
|
|
+ // }
|
|
|
+
|
|
|
return config
|
|
|
},
|
|
|
() => {
|