Commit 67dfbb10 by 无尘

fix: 修改可见范围

parent 7f17a393
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-28 16:51:22
* @LastEditors: 无尘
* @LastEditTime: 2020-09-14 11:21:47
* @LastEditTime: 2020-09-14 12:09:39
-->
<template>
......@@ -301,7 +301,7 @@ export default {
const that = this;
const para = {
relationId: tagId,
relationType: 3,
relationType: '1',
enterpriseId: that.brandId,
wxEnterpriseId: that.wxEnterpriseId,
};
......
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-08-27 10:16:37
* @LastEditors: 无尘
* @LastEditTime: 2020-09-14 11:15:44
* @LastEditTime: 2020-09-14 12:09:26
-->
<template>
......@@ -205,7 +205,7 @@ export default {
wxEnterpriseId: that.wxEnterpriseId,
enterpriseId: that.brandId,
relationId: sceneCrowdId,
relationType: 2,
relationType: '0',
};
getVisiable(para)
.then(res => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment