|
|
@@ -84,6 +84,7 @@
|
|
|
:normalizer="tenantIdnormalizer"
|
|
|
:props="{ checkStrictly: true, label: 'shortName' }"
|
|
|
placeholder="请选择甲方所属机构"
|
|
|
+ @input="partyAOrgChange"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="partyB" label="乙方姓名:">
|
|
|
@@ -291,7 +292,10 @@ export default {
|
|
|
}
|
|
|
this.isShow = true;
|
|
|
},
|
|
|
-
|
|
|
+ partyAOrgChange()
|
|
|
+ {
|
|
|
+ this.$refs["form"].clearValidate(["partyAOrg"]);
|
|
|
+ },
|
|
|
partBorgChange(){
|
|
|
console.log("partBorgChange");
|
|
|
this.$refs["form"].clearValidate(["partyBOrg"]);
|