Revert "CRM_26-04-22#story#8495,潜在供应商H5页面提交信息,信息审核,提交补充信息与退回理由的优化与修复(停启用修改)"

This reverts commit 57f83916
This commit is contained in:
2026-06-09 15:28:46 +08:00
parent 336bb11c42
commit 7c40fbc4c5
6 changed files with 6 additions and 28 deletions

View File

@@ -222,12 +222,6 @@ export default {
this.identityCardFront = this.$route.params?.identityCardFront;
this.driverInfo.lssueDate = this.$route.params?.lssueDate;
this.drivingLicenceName = this.$route.params?.drivingLicenceName;
// 获取 fromSupplierAdd 标识
const fromSupplierAdd = this.$route.params?.fromSupplierAdd;
// 如果从 supplierAdd 进入且不是修改模式,默认设置为停用状态
if(!this.id && fromSupplierAdd === 'true') {
this.states = 0;
}
if( this.identityCardFront ) {
this.identityCardFrontList = [{ url : this.identityCardFront }];
}