diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 881cde199..92997a4c2 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -1537,6 +1537,7 @@ :multiple=true :check-strictly=true :modalShowFlag="modalShowFlag2" + :type="'car'" :drawerTitle="drawerTitle" :url="url" :urlChild="urlChild" @@ -1549,6 +1550,7 @@ :check-strictly=true :modalShowFlag="modalShowFlag3" :drawerTitle="drawerTitle" + :type="'truck'" :url="url" :urlChild="urlChild" :defaultProps="defaultCodeProps" :checkedKeys="defaultCheckedKeys2"