Ben Lin
2024-07-03 46c3d28c5633baaddad0da441185310b9360a45b
src/views/tigerprojects/system/lowcode/detail/index.vue
@@ -4,7 +4,7 @@
 * @version: 
 * @Date: 2024-05-30 13:28:20
 * @LastEditors: Ben Lin
 * @LastEditTime: 2024-06-25 14:41:28
 * @LastEditTime: 2024-07-03 08:46:37
-->
<template>
  <PageWrapper :title="pageTitle" :content="contentStr" contentBackground @back="goBack">
@@ -94,9 +94,9 @@
  const cType = ref('');
  const dtlSlots = ref([] as any[]);
  const selectVals = ref({});
  const others = ref<any>(null);
  const keyFieldValues = ref<any>(null);
  provide<Ref<any>>('objParams', objParams.value);
  provide<Ref<any>>('others', others);
  provide<Ref<any>>('keyFieldValues', keyFieldValues);
  const [registerCust] = useModal();
  var currentKey = ref('detailfirst');