There was an error while loading. Please reload this page.
1 parent ca11886 commit 3ccc787Copy full SHA for 3ccc787
1 file changed
src/components/dashboard/feedback/pending.vue
@@ -351,6 +351,10 @@ export default {
351
done();
352
} else {
353
updateFeedback(row.id, {
354
+ client: row.client || "",
355
+ type: row.type || "",
356
+ subtype: row.subtype || "",
357
+ repository: row.repository || "",
358
remark: instance.inputValue,
359
}).then(() => {
360
0 commit comments