From b642788dda56b058e2a4c40a9c43e29a5db85865 Mon Sep 17 00:00:00 2001 From: 田源 <lastanimals@163.com> Date: 星期一, 14 八月 2023 09:35:28 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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