mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 17:55:39 +08:00
feat:修改评估图片及面授课新建
This commit is contained in:
@@ -904,21 +904,16 @@ export default defineComponent({
|
||||
];
|
||||
console.log("checkList", checkList);
|
||||
if (
|
||||
!postData.organizationIds &&
|
||||
!postData.jobTypeIds &&
|
||||
!postData.bandIds
|
||||
(!postData.organizationIds &&
|
||||
!postData.jobTypeIds &&
|
||||
!postData.bandIds) ||
|
||||
!checkVal(checkList)
|
||||
) {
|
||||
message.destroy();
|
||||
return message.error("请输入必填项");
|
||||
} else {
|
||||
state.addLoading = true;
|
||||
}
|
||||
if (!checkVal(checkList)) {
|
||||
message.destroy();
|
||||
return message.error("请输入必填项");
|
||||
} else {
|
||||
state.addLoading = true;
|
||||
}
|
||||
|
||||
edit(postData).then((res) => {
|
||||
state.addLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user