采购经理、供应商、代理商嵌入客服

This commit is contained in:
unknown
2022-08-24 15:47:53 +08:00
parent 5821868d56
commit 8a7b0e1dae
10 changed files with 592 additions and 279 deletions

View File

@ -213,6 +213,8 @@ const Promenu: React.FC<{}> = () => {
tempForm.appendChild(hideInput)
}
tempForm.submit();
}else{
message.warn('请先选择跟进的项目')
}
}
}