2024年6月27日 禁止新增空意见
This commit is contained in:
parent
b9987b0d99
commit
dc26c0cbd6
|
@ -119,6 +119,11 @@
|
||||||
tkrsf = "老师";
|
tkrsf = "老师";
|
||||||
}
|
}
|
||||||
model.tjrsf = tkrsf;
|
model.tjrsf = tkrsf;
|
||||||
|
if(!model.suggestions){
|
||||||
|
createMessage.warning('请填写意见建议');
|
||||||
|
confirmLoading.value = false;
|
||||||
|
return;
|
||||||
|
}
|
||||||
await saveOrUpdate(model, isUpdate.value)
|
await saveOrUpdate(model, isUpdate.value)
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
|
|
Loading…
Reference in New Issue