【发布时间】:2018-01-02 00:52:49
【问题描述】:
我有这个 Axios 补丁,但如果 hyperlink_column 不为空,我只想包含最后三个补丁。我该怎么做?
谢谢,
米克
axios.patch('/' + self.table + '/' + self.rowId,{
name: self.name,
SQL:self.SQL,
area_id:self.area_id,
report_type_id:self.report_type_id,
mode:self.mode,
database_connection_id:self.database_connection_id,
pagination: self.pagination,
show_export_buttons : self.show_export_buttons,
filters : self.filters,
description : self.description,
category_id : self.category_id,
hyperlink_column : self.hyperlink_column,
linked_report : self.linked_report,
link_parameter : self.link_parameter,
【问题讨论】:
标签: javascript ajax vue.js axios