@@ -70,7 +70,6 @@
v-else-if="item.prop === 'corps'"
v-model="form[item.prop]"
:collapseTags="true"
- :multiple="true"
corpType="KH"
style="width: 100%"
@getCorpList="getCorpList"
@@ -542,7 +541,7 @@ export default {
this.queryData(this.detailData.id);
} else {
this.form = {
- type:0
+ type:'正常'
};
this.contactsData = [];
}