|
@@ -129,6 +129,7 @@
|
|
if(res.data.code === '0') {
|
|
if(res.data.code === '0') {
|
|
this.Adscriptions = res.data.data[1];
|
|
this.Adscriptions = res.data.data[1];
|
|
this.tagTypes = res.data.data[6];
|
|
this.tagTypes = res.data.data[6];
|
|
|
|
+ this.tagTypes = this.tagTypes.filter(item => item.val != 0) //去掉名称为默认值的填写单类型
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|