Commit 01e4d1a7 authored by liwei's avatar liwei

修改了显示问题

parent 4602ba9e
...@@ -225,15 +225,10 @@ function deleteButton(record: Recordable) { ...@@ -225,15 +225,10 @@ function deleteButton(record: Recordable) {
}); });
} }
/** 修改 按钮*/
function handleUpdateButton(record: Recordable) {
}
/**编辑标准*/ /**编辑标准*/
function editButton(record) { function editButton(record) {
router.push({ router.push({
path: '/dataStandards/publicCode/editDetailStandard', path: '/dataStandards/publicCode/editDetail',
query: { query: {
businessId:record.businessId, businessId:record.businessId,
}, },
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
]); ]);
}); });
const getTitle = computed(() => ('新建基础标准')); const getTitle = computed(() => ('新建公共代码'));
/**数组对象转成树*/ /**数组对象转成树*/
function handleTree(data, id, parentId, children, rootId) { function handleTree(data, id, parentId, children, rootId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment