+2
-2
@@ -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"
|
||||
|
||||
+3
-1
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user