标签管理-标签项修改

This commit is contained in:
xiejunyu
2022-02-18 12:13:16 +08:00
parent f77853ca33
commit f10e9ad4d3
7 changed files with 41 additions and 57 deletions
@@ -276,7 +276,7 @@
//获取展示区域
loadShowArea(){
let params = {};
getAction(`tag/onlCgformTag/queryShowArea`,params).then((res)=>{
getAction(`tag/onlCgformArea/queryShowArea`,params).then((res)=>{
if(res.success){
this.areaOptions=res.result
}