|
|
@@ -210,7 +210,7 @@
|
|
|
res="records"
|
|
|
:slotRight="true"
|
|
|
rightLabel="code"
|
|
|
- :url="'/blade-los/bcorps/selectList?status=0¤t=1&size=5&corpTypeName=' + (row.corpType ? row.corpType : null)"
|
|
|
+ :url="'/blade-los/bcorps/selectList?status=0¤t=1&size=5&corpTypeName=' + (row.corpType ? row.corpType : '')"
|
|
|
:filterable="true"
|
|
|
:remote="true"
|
|
|
dataName="shortName"
|
|
|
@@ -530,7 +530,7 @@
|
|
|
res="records"
|
|
|
:slotRight="true"
|
|
|
rightLabel="code"
|
|
|
- :url="'/blade-los/bcorps/selectList?status=0¤t=1&size=5&corpTypeName=' + (row.corpType ? row.corpType : null)"
|
|
|
+ :url="'/blade-los/bcorps/selectList?status=0¤t=1&size=5&corpTypeName=' + (row.corpType ? row.corpType : '')"
|
|
|
:filterable="true"
|
|
|
:remote="true"
|
|
|
dataName="shortName"
|