Merge pull request 'dd' (#645) from dd into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/645
This commit is contained in:
2024-08-02 11:42:22 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -553,7 +553,7 @@ const handleResubmit = debounce((instance) => {
const getDetailInfo = async () => {
loading.value = true
getDetail(route.query.projectId).then(res => {
await getDetail(route.query.projectId).then(res => {
ElNotification({
title: '提示',
message: res.msg,

View File

@@ -2,7 +2,7 @@
<node :title="config.name" :show-error="showError" :select-user="selectUser" :mode="mode" :content="content"
:node-id="config.id"
:error-info="errorInfo"
:show-avatar="config.props.assignedType === 'ASSIGN_USER'" :user-info="config.props.assignedUser"
:show-avatar="config.props.assignedType === 'ASSIGN_USER'" :user-info="config.props.assignedUser" nodeType="carbonCopyRecipient"
@selected="emit('selected')" @delNode="emit('delNode')" @insertNode="type => emit('insertNode', type)"
placeholder="请设置抄送人" :header-bgc="headerBgc" :header-icon="Promotion"/>
</template>