下级
diff --git a/src/views/hr/userBox.vue b/src/views/hr/userBox.vue
index 6715af7..148a166 100644
--- a/src/views/hr/userBox.vue
+++ b/src/views/hr/userBox.vue
@@ -39,9 +39,9 @@ const taotleLog = ref(0);
const pickListAry = ref
([]); //已选择数据
const emits = defineEmits(["update:isOpen", "update:types", "pickInfo"]);
const searchQuery = ref("");
-const orgUs = ref(null);
-const orgUsRole = ref(null);
-const rolePage = ref(null);
+const orgUs = ref();
+const orgUsRole = ref();
+const rolePage = ref();
/**
@ 作者: 秦东
@ 时间: 2024-05-23 13:56:28
diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue
index 39036fd..885d2d5 100644
--- a/src/views/system/user/index.vue
+++ b/src/views/system/user/index.vue
@@ -6,7 +6,7 @@ defineOptions({
name: "User",
inheritAttrs: false,
});
-import { UploadFile } from "element-plus";
+import { ElTree, UploadFile } from "element-plus";
import {
getUserPage,
getUserForm,
diff --git a/src/views/sysworkflow/codepage/index.vue b/src/views/sysworkflow/codepage/index.vue
index 42dbf43..7cbf43b 100644
--- a/src/views/sysworkflow/codepage/index.vue
+++ b/src/views/sysworkflow/codepage/index.vue
@@ -34,6 +34,7 @@ const editid = ref("");
const formConfigCont = reactive({
formname: "",
formlogo: "",
+ signCode: ""
});
const formId = ref("");
//搜索表单
@@ -93,7 +94,7 @@ function handleDelete() {
//删除单一自定义表单
function editCustomerFormState(cont: customerFormCont) {
// console.log("删除单一自定义表单",cont)
- editIds.push(cont.id);
+ editIds.push(cont.id.toString());
ElMessageBox.confirm("请问是否真的删除?删除后数据将无法找回!", "温馨提示!", {
confirmButtonText: "删除",
cancelButtonText: "取消",
@@ -120,7 +121,7 @@ function handleSelectionChange(selection: any) {
}
//设置自定义表单
function setupCustomerForm(cont: customerFormCont) {
- editid.value = cont.id;
+ editid.value = cont.id.toString();
show.value = true;
}
onMounted(() => {
diff --git a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/appFlow/simulateTaskFlow.vue b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/appFlow/simulateTaskFlow.vue
index 2b5335a..7b2a722 100644
--- a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/appFlow/simulateTaskFlow.vue
+++ b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/appFlow/simulateTaskFlow.vue
@@ -4,10 +4,9 @@
@ 备注: 模拟任务
-->
-
+
模拟测试流程
{
:after-submit="afterSubmit"
:close-app-submit="closeAppSubmit"
:change-key-val="changeKeyVal"
- :anew-submit="anewSubmit"
- :save-edit-form-info="saveEditFormInfo"
- :send-draft-submit="sendDraftSubmit"
- :submit-edit="submitEdit"
- @options-value3-get3="optionsValue3Get3"
+
/>
{
highlight-current
check-strictly
clearable
- @node-click="handleNodeClick"
+
/>
@@ -618,7 +610,7 @@ const pickManInfo = (val: any) => {
height="400px"
element-loading-text="Loading..."
>
- {
"
/>
{{ item.name }}({{ item.number }})
-
+ -->