|
|
@@ -1877,7 +1877,7 @@ export default {
|
|
|
// 检查内容是否包含禁用关键字
|
|
|
if (fieldValue && fieldValue.trim() !== '') {
|
|
|
// 统一使用 keywords 参数传递当前失去焦点的值
|
|
|
- selectForbiddenKeywords(fieldValue).then(response => {
|
|
|
+ selectForbiddenKeywords(fieldName,fieldValue).then(response => {
|
|
|
if (response.code === 200 && !response.data) {
|
|
|
// 包含禁用词
|
|
|
const errorMsg = response.msg || '内容包含禁用关键字';
|