|
@@ -248,7 +248,7 @@ export default {
|
|
|
labelAll(){
|
|
labelAll(){
|
|
|
var that = this;
|
|
var that = this;
|
|
|
that.tagsData = [];
|
|
that.tagsData = [];
|
|
|
- for(var i=0;i<120;i++){
|
|
|
|
|
|
|
+ for(var i=0;i<=120;i++){
|
|
|
var label = 'label'+i;
|
|
var label = 'label'+i;
|
|
|
if(that.custInfo[label] && that.custInfo[label] != ""){
|
|
if(that.custInfo[label] && that.custInfo[label] != ""){
|
|
|
that.tagsData.push(that.custInfo[label]);
|
|
that.tagsData.push(that.custInfo[label]);
|