Myles 1 anno fa
parent
commit
e9e8a2eaaf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/workflow/processDefinition/index.vue

+ 1 - 1
src/views/workflow/processDefinition/index.vue

@@ -467,7 +467,7 @@ const reset = () => {
 const handleAdd = async () => {
   reset();
   if (queryParams.value.category != '') {
-    form.value.category = `${queryParams.value.category}`
+    form.value.category = queryParams.value.category
   }
   modelDialog.visible = true;
   modelDialog.title = '新增流程';