update: 修改许可证非必填提示

This commit is contained in:
mixtan 2025-05-10 13:46:22 +08:00
parent 8df2777cbf
commit e00c701120

View File

@ -577,14 +577,14 @@ export default {
return;
}
if (!this.form.license_image) {
this.$refs.uToast.show({
message: "请上许可证照片",
type: "error",
duration: 1000,
});
return;
}
// if (!this.form.license_image) {
// this.$refs.uToast.show({
// message: "",
// type: "error",
// duration: 1000,
// });
// return;
// }
if (!this.form.legal_person_id_images) {
this.$refs.uToast.show({
@ -611,7 +611,7 @@ export default {
};
auditItem.entity_type = this.active + 1;
auditItem.license_type = this.licenseType.id;
// auditItem.license_type = this.licenseType.id;
// auditItem.license_image = JSON.stringify(this.fileList2.join(","));
uni.setStorageSync("auditItem", auditItem);