Merge branch 'dev' of http://carsafe.uicp.cn/Front_Team/SPDM into dev
This commit is contained in:
@@ -52,6 +52,7 @@ onMounted(() => {
|
||||
node.value = {
|
||||
id: approveContents.id,
|
||||
type: approveContents.type,
|
||||
name: approveContents.name,
|
||||
};
|
||||
// console.log('node', node.value);
|
||||
const { paramData = {} } = approveContents;
|
||||
|
||||
@@ -252,11 +252,13 @@ const dataType: any = {
|
||||
interface Props {
|
||||
pageParams: any; // 审核页面传参:当前节点信息
|
||||
pageType: string; // 页面类型:approve-审核预览
|
||||
name?: any;
|
||||
}
|
||||
|
||||
const props = withDefaults(defineProps<Props>(), {
|
||||
pageParams: {},
|
||||
pageType: '',
|
||||
name: '',
|
||||
});
|
||||
|
||||
const actionList = ref([
|
||||
|
||||
Reference in New Issue
Block a user