From 423587a2ea93c9ce15d7687598db3c9bcd9a3c9f Mon Sep 17 00:00:00 2001 From: xiejun <309858992@qq.com> Date: 星期四, 21 十二月 2023 13:39:16 +0800 Subject: [PATCH] 获取集团分类根节点前端传null传入后端直接改为空字符串bug修复 --- Source/UBCS-WEB/src/const/code/codebasic.js | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Source/UBCS-WEB/src/const/code/codebasic.js b/Source/UBCS-WEB/src/const/code/codebasic.js index 5f52389..511f52b 100644 --- a/Source/UBCS-WEB/src/const/code/codebasic.js +++ b/Source/UBCS-WEB/src/const/code/codebasic.js @@ -1,5 +1,5 @@ export default { - height:'260', + tip: false, editBtn: false, addBtn: false, @@ -9,6 +9,7 @@ border: true, index: true, viewBtn: false, + delBtn: false, selection: true, menuWidth:260, dialogClickModal: false, @@ -42,7 +43,14 @@ { label: "鐮佹绫诲瀷", prop: "secTypeText", - } - + }, + { + label: "鍓嶇紑", + prop: "prefixCode", + }, + { + label: "鍚庣紑", + prop: "suffixCode", + }, ] } -- Gitblit v1.9.3