Merge pull request 'master' (#646) from master into prod
Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/646
This commit is contained in:
@@ -553,7 +553,7 @@ const handleResubmit = debounce((instance) => {
|
|||||||
|
|
||||||
const getDetailInfo = async () => {
|
const getDetailInfo = async () => {
|
||||||
loading.value = true
|
loading.value = true
|
||||||
getDetail(route.query.projectId).then(res => {
|
await getDetail(route.query.projectId).then(res => {
|
||||||
ElNotification({
|
ElNotification({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
message: res.msg,
|
message: res.msg,
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<node :title="config.name" :show-error="showError" :select-user="selectUser" :mode="mode" :content="content"
|
<node :title="config.name" :show-error="showError" :select-user="selectUser" :mode="mode" :content="content"
|
||||||
:node-id="config.id"
|
:node-id="config.id"
|
||||||
:error-info="errorInfo"
|
: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)"
|
@selected="emit('selected')" @delNode="emit('delNode')" @insertNode="type => emit('insertNode', type)"
|
||||||
placeholder="请设置抄送人" :header-bgc="headerBgc" :header-icon="Promotion"/>
|
placeholder="请设置抄送人" :header-bgc="headerBgc" :header-icon="Promotion"/>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user