@@ -464,6 +464,7 @@ export default {
submit() {
let data = {
...this.form,
+ corpName:null,
itemList: this.dataList
}
this.btnLoading = true;