Skip to content

Commit

Permalink
修改http导入的json不能拖拽问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujingjie committed Dec 12, 2017
1 parent e76f6e6 commit 3721719
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@
commons.parseImportData(data, temp);
var self = this;
temp.forEach(function (d) {
d.id=utils.generateUID();
if(self.import ==='requestHeaders'){
self.content.requestHeaders.push(d);
}else if(self.import ==='requestArgs'){
Expand Down

0 comments on commit 3721719

Please sign in to comment.