|
@@ -1078,6 +1078,14 @@ const nodeParamClick = () => {
|
|
|
}
|
|
|
nodeParamShow.value = true;
|
|
|
};
|
|
|
+//独立表单库
|
|
|
+const independentShow = ref(false);
|
|
|
+const independentClose = () => {
|
|
|
+ independentShow.value = false;
|
|
|
+};
|
|
|
+const toIndependent = () => {
|
|
|
+ independentShow.value = true;
|
|
|
+};
|
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|