duy 1 month ago
parent
commit
a46dcb7cb2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/systemService/fromDrawer.vue

+ 2 - 2
src/views/systemService/fromDrawer.vue

@@ -186,7 +186,7 @@ watch(() => [
     
    
     
-})
+}, { immediate: true })
 
 //获取模板标签数据
 
@@ -367,7 +367,7 @@ const savePlan = async ()=>{
         projectId: projectId.value,
         contractId: contractId.value,
         pkeyId: excelIdVal.value,
-        groupId: dataId.value,
+        group_id: dataId.value,
        
        
     }