update: 修改许可证非必填提示
This commit is contained in:
parent
8df2777cbf
commit
e00c701120
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user