ca03ef43 by fanguang Committed by lihua

fix

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