@@ -307,6 +307,7 @@ export default {
} else {
action = `/biz-service/purCommDetail/${!this.id ? 'save' : 'update'}`
}
+ console.log(this.dataForm)
// 产品明细
this.$http({
url: this.$http.adornUrl(action),