From 13f6f43f9ab90636bd6a1c374df6e213eff37fc1 Mon Sep 17 00:00:00 2001 From: xiejun <xj@2023> Date: 星期四, 24 八月 2023 18:20: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