|
@@ -171,9 +171,8 @@ const saveClick = async () => {
|
|
|
...gist[i],
|
|
|
})
|
|
|
}
|
|
|
- console.log(newWorkForm)
|
|
|
//发起请求
|
|
|
- /*const { error, code, msg } = await mainApi.submit({
|
|
|
+ const { error, code, msg } = await mainApi.submit({
|
|
|
workFocusEntityList: newWorkForm,
|
|
|
})
|
|
|
//判断状态
|
|
@@ -184,7 +183,7 @@ const saveClick = async () => {
|
|
|
workFocusEntityList.value = [{}]
|
|
|
} else {
|
|
|
window.$message.error(msg ?? '操作失败')
|
|
|
- }*/
|
|
|
+ }
|
|
|
}
|
|
|
</script>
|
|
|
|