初审员分发数量不足提示换行显示

master
doublekou 11 months ago
parent 1b68228372
commit 88995eee94

@ -515,7 +515,8 @@ const activeKey = ref('')
//tabs change
const tabsChange = (val: string) => {
handleMapInit()
formRef.value?.resetFields()
// formRef.value?.resetFields()
formRef.value?.clearValidate()
if (val === '1') {
formModel.customType = 0
} else {

@ -200,6 +200,7 @@ const handleClose = () => {
submitLoading.value = false
}
const formRef = ref()
const toExamine = (type: number) => {
console.log(formModel.reviewUserId, 'formModel.reviewUserId')
// if (type === 0) {
@ -212,7 +213,9 @@ const toExamine = (type: number) => {
userInfo!.salesmanType,
formModel.reviewUserId
).then(res => {
message.info(res.message)
message.info({
content: h('span', { style: 'white-space: pre-wrap;' }, res.message)
})
if (res.code == 200) {
closeModal()
emits('submit-success')

Loading…
Cancel
Save