|
@@ -577,13 +577,15 @@ export default {
|
|
|
} else {
|
|
} else {
|
|
|
this.form = row;
|
|
this.form = row;
|
|
|
this.index=index
|
|
this.index=index
|
|
|
- this.form.date=[this.form.startTime, this.form.endTime];
|
|
|
|
|
|
|
+ // this.form.date=[this.form.startTime, this.form.endTime];
|
|
|
|
|
+ this.$set(this.form,'date',[this.form.startTime, this.form.endTime])
|
|
|
|
|
+
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
async getCertificateInfo(row) {
|
|
async getCertificateInfo(row) {
|
|
|
this.form = await contactQcPackDetailAPI(row.id);
|
|
this.form = await contactQcPackDetailAPI(row.id);
|
|
|
- this.form.date = [this.form.startTime, this.form.endTime];
|
|
|
|
|
|
|
+ this.$set(this.form,'date',[this.form.startTime, this.form.endTime])
|
|
|
},
|
|
},
|
|
|
//打开选择负责人弹窗
|
|
//打开选择负责人弹窗
|
|
|
openStaffSelection(index) {
|
|
openStaffSelection(index) {
|