|
|
@ -22,7 +22,7 @@ function Detail() {
|
|
|
|
feedbackStore.getFeedbackDetail(authStore.login.travelAgencyId, GRI_SN);
|
|
|
|
feedbackStore.getFeedbackDetail(authStore.login.travelAgencyId, GRI_SN);
|
|
|
|
feedbackStore.getFeedbackImages(authStore.login.travelAgencyId, GRI_SN);
|
|
|
|
feedbackStore.getFeedbackImages(authStore.login.travelAgencyId, GRI_SN);
|
|
|
|
feedbackStore.getFeedbackInfo(authStore.login.travelAgencyId, GRI_SN).then(v => {
|
|
|
|
feedbackStore.getFeedbackInfo(authStore.login.travelAgencyId, GRI_SN).then(v => {
|
|
|
|
form.setFieldsValue({ info_content: vvvv.EEF_Content });
|
|
|
|
form.setFieldsValue({ info_content: v.EEF_Content });
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}, [GRI_SN]);
|
|
|
|
}, [GRI_SN]);
|
|
|
|
|
|
|
|
|
|
|
|