diff --git a/src/App.vue b/src/App.vue index 28d46c1..0ad22e0 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,9 @@ \ No newline at end of file diff --git a/src/views/WorkLoadPage/I_Responsible.vue b/src/views/WorkLoadPage/I_Responsible.vue index 136fe5c..b5a3d6d 100644 --- a/src/views/WorkLoadPage/I_Responsible.vue +++ b/src/views/WorkLoadPage/I_Responsible.vue @@ -59,9 +59,9 @@ style="max-width: 600px" > - + - + @@ -96,6 +96,11 @@ + @@ -116,7 +121,14 @@ const token = window.localStorage.getItem('token') const projList=ref([]) - +const addForm=ref({ + name:'', + cycle:'', + workload:'', + status:'', + description:'', + file:'' +}) //当选中全部时,其他的都不选中 @@ -150,6 +162,18 @@ const handleChange = (tag, checked) => { } }; + + +// 有关新增 +const handleAdd=()=>{ + console.log('新增') + +} + + + + + // 当组件挂载时 请求tag数据 onMounted( ()=>{