|
@@ -61,6 +61,7 @@ export default {
|
|
if (code === 200) {
|
|
if (code === 200) {
|
|
this.params = data;
|
|
this.params = data;
|
|
this.params.createBy = null;
|
|
this.params.createBy = null;
|
|
|
|
+ this.params.priceCode = null;
|
|
this.params.createByName = null;
|
|
this.params.createByName = null;
|
|
this.params.effectiveDate = null;
|
|
this.params.effectiveDate = null;
|
|
this.params.priceApplyItems = this.params.priceApplyItems.map(
|
|
this.params.priceApplyItems = this.params.priceApplyItems.map(
|