|
@@ -608,7 +608,8 @@ export default {
|
|
|
const id = row.id || this.ids;
|
|
|
getENTERPRISETRADEPERFORMANCE(id).then((response) => {
|
|
|
this.form = response.data;
|
|
|
- this.form.dateValue = this.form.year + '-' + this.form.month
|
|
|
+ this.$set(this.form,'dateValue',this.form.year + '-' + this.form.month);
|
|
|
+ // this.form.dateValue = this.form.year + '-' + this.form.month
|
|
|
this.open = true;
|
|
|
this.title = "修改企业贸易绩效数据(每个月填报)";
|
|
|
});
|