2024年6月27日 禁止新增空意见

This commit is contained in:
bai 2024-06-27 15:41:37 +08:00
parent b9987b0d99
commit dc26c0cbd6
1 changed files with 7 additions and 2 deletions

View File

@ -119,6 +119,11 @@
tkrsf = "老师";
}
model.tjrsf = tkrsf;
if(!model.suggestions){
createMessage.warning('请填写意见建议');
confirmLoading.value = false;
return;
}
await saveOrUpdate(model, isUpdate.value)
.then((res) => {
if (res.success) {