diff --git a/ruoyi-ui/src/views/quot/quot/index.vue b/ruoyi-ui/src/views/quot/quot/index.vue index 0fff41e..ea8b56e 100644 --- a/ruoyi-ui/src/views/quot/quot/index.vue +++ b/ruoyi-ui/src/views/quot/quot/index.vue @@ -1637,6 +1637,7 @@ export default { this.$modal.msgError("反馈附件必须上传"); return; }*/ + this.form.quotMaterialList = this.quotMaterialList; feedbackQuot(this.form).then(response => { this.$modal.msgSuccess("提交反馈成功"); this.open = false;