@ -979,7 +979,7 @@ export default {
this.formData.fromCorpId = this.curAction.defaultUnit;
} else if (this.curAction.corpType == 2)//客户
{
cQuery.corpType = 4;
cQuery.corpType = 1;
cQuery.outType = 2;
} else if (this.curAction.corpType == 0) {
@ -1096,6 +1096,7 @@ export default {
}
},
actionChange(item) {
this.curAction = this.getActionItem(item);
this.findMethod();