|
|
@@ -20,7 +20,6 @@ |
|
|
|
<span>原因:</span> |
|
|
|
<span>{{ handleReson() }}</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="info-con"> |
|
|
@@ -86,7 +85,7 @@ |
|
|
|
v-model="blackListShow" |
|
|
|
:conditionStatus="conditionStatus" |
|
|
|
:dataList="dataList" |
|
|
|
@handleSubmit="emit('handleSubmit')" |
|
|
|
@handleSubmit="emit('handleSubmit', dataList.id, false)" |
|
|
|
/> |
|
|
|
</template> |
|
|
|
<!-- web端信息推送 --> |
|
|
@@ -112,7 +111,7 @@ interface Props { |
|
|
|
BLACKLIST_RESON: any |
|
|
|
} |
|
|
|
const props = defineProps<Props>() |
|
|
|
const emit = defineEmits(['update:modelValue','handleSubmit']) |
|
|
|
const emit = defineEmits(['update:modelValue', 'handleSubmit']) |
|
|
|
const isShow = computed({ |
|
|
|
get: function () { |
|
|
|
return props.modelValue |