完善了资产标签的功能
This commit is contained in:
@ -235,7 +235,9 @@ class Asset extends Component {
|
||||
modalConfirmLoading: true
|
||||
});
|
||||
|
||||
formData.tags = formData.tags.join(',');
|
||||
if (formData['tagArr']) {
|
||||
formData.tags = formData['tagArr'].join(',');
|
||||
}
|
||||
|
||||
if (formData.id) {
|
||||
// 向后台提交数据
|
||||
|
Reference in New Issue
Block a user