一致性核查回复修改
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
64e67ad106
commit
f045f68115
|
@ -81,10 +81,10 @@
|
|||
>
|
||||
{{ $t('trials:consistencyCheck:button:sendMessage') }}
|
||||
</el-button>
|
||||
<!-- 回复 :disabled="!(checkState === 10 && checkChallengeState !== 3) || (recordContent && recordContent.length > 0 ? recordContent[recordContent.length - 1].UserTypeEnum * 1 === 2 : false)" -->
|
||||
<!-- 回复 -->
|
||||
<el-button
|
||||
v-hasPermi="['role:crc']"
|
||||
|
||||
:disabled="!(checkState === 10 && checkChallengeState !== 3) || (recordContent && recordContent.length > 0 ? recordContent[recordContent.length - 1].UserTypeEnum * 1 === 2 : false)"
|
||||
type="primary"
|
||||
:loading="btnLoading"
|
||||
@click="handleCRCReply"
|
||||
|
|
|
@ -208,7 +208,9 @@ export default {
|
|||
if (!valid) return
|
||||
let confirm = true
|
||||
if (this.msgList.every(item => !item.IsCheck)) {
|
||||
confirm = await this.$confirm(this.$t('trials:consistencyCheck:title:confirm'))
|
||||
confirm = await this.$confirm(this.$t('trials:consistencyCheck:title:confirm'), '', {
|
||||
showConfirmButton: false
|
||||
})
|
||||
}
|
||||
if (!confirm) return false
|
||||
var TalkContent = ''
|
||||
|
|
Loading…
Reference in New Issue