|
@@ -408,11 +408,8 @@ export default {
|
|
|
// 增加对话框
|
|
|
addForms() {
|
|
|
this.checkShop.push({
|
|
|
- peopleName: null,
|
|
|
- foremanName: null,
|
|
|
- sentryName: null,
|
|
|
- examineDate: null,
|
|
|
- dialogue: null,
|
|
|
+ planContent: null,
|
|
|
+ responseStatus: null,
|
|
|
});
|
|
|
},
|
|
|
|
|
@@ -498,11 +495,13 @@ export default {
|
|
|
this.getList();
|
|
|
});
|
|
|
} else {
|
|
|
- addResponses(this.form).then((response) => {
|
|
|
- this.$modal.msgSuccess("新增成功");
|
|
|
- this.open = false;
|
|
|
- this.getList();
|
|
|
- });
|
|
|
+ this.form.planFus = this.checkShop;
|
|
|
+ console.log(this.form);
|
|
|
+ // addResponses(this.form).then((response) => {
|
|
|
+ // this.$modal.msgSuccess("新增成功");
|
|
|
+ // this.open = false;
|
|
|
+ // this.getList();
|
|
|
+ // });
|
|
|
}
|
|
|
}
|
|
|
});
|