From fdb46d8de2a54777b71a75403ddf2320731f8007 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 28 七月 2023 16:02:25 +0800 Subject: [PATCH] 调整样式 --- Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js b/Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js index 8673ed6..ff746da 100644 --- a/Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js +++ b/Source/UBCS-WEB/src/const/code/classisyValueTreeDialog.js @@ -5,7 +5,7 @@ defaultExpandAll: true, treeLoad: function (node, resolve) { // const parentId = (node.level === 0) ? 0 : node.data.id; - + // treeCodeClassifyValue(condtionData).then( res=> { // console.log(res); // resolve(res.data.map(classifyValueItem => { @@ -38,4 +38,4 @@ codeclassifysecoid: 'codeclassifysecoid', children: 'children' } -} \ No newline at end of file +} -- Gitblit v1.9.3