ca03ef43 by fanguang Committed by lihua

fix

1 parent 7472f3b6
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
32 clearable 32 clearable
33 @check="parentGuidCheck" 33 @check="parentGuidCheck"
34 @clear="parentGuidClear" 34 @clear="parentGuidClear"
35 @nodeClick="parentGuidCheck"
35 /> 36 />
36 <!-- <el-cascader 37 <!-- <el-cascader
37 v-model="form.parentGuid" 38 v-model="form.parentGuid"
...@@ -278,12 +279,13 @@ watch( ...@@ -278,12 +279,13 @@ watch(
278 { deep: true} 279 { deep: true}
279 ) 280 )
280 function parentGuidCheck (node, {checkedKeys}) { 281 function parentGuidCheck (node, {checkedKeys}) {
282 console.log('node', node)
281 // fieldsControlDisabled.value = false 283 // fieldsControlDisabled.value = false
282 treeCurrentNode.value = node 284 treeCurrentNode.value = node
283 if (checkedKeys.length === 0) { 285 // if (checkedKeys.length === 0) {
284 treeCurrentNode.value = {} 286 // treeCurrentNode.value = {}
285 return 287 // return
286 } 288 // }
287 if (node.level == 1) return 289 if (node.level == 1) return
288 290
289 // 上级标准带出标准编号和发布单位 291 // 上级标准带出标准编号和发布单位
......
...@@ -609,4 +609,7 @@ onActivated(() => { ...@@ -609,4 +609,7 @@ onActivated(() => {
609 .upload_panel_wrap .upload_panel .file_panel .file_item .file_btn { 609 .upload_panel_wrap .upload_panel .file_panel .file_item .file_btn {
610 word-break: keep-all; 610 word-break: keep-all;
611 } 611 }
612 .upload_panel_wrap .upload_step_panel .upload_panel {
613 padding-top: 42px!important;
614 }
612 </style> 615 </style>
......
...@@ -609,4 +609,7 @@ onActivated(() => { ...@@ -609,4 +609,7 @@ onActivated(() => {
609 .upload_panel_wrap .upload_panel .file_panel .file_item .file_btn { 609 .upload_panel_wrap .upload_panel .file_panel .file_item .file_btn {
610 word-break: keep-all; 610 word-break: keep-all;
611 } 611 }
612 .upload_panel_wrap .upload_step_panel .upload_panel {
613 padding-top: 42px!important;
614 }
612 </style> 615 </style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!