@@ -831,8 +831,7 @@ export default {
this.maAppList = []
this.miniAppList = []
this.customAppList = []
- console.info(companyId)
- listAll(companyId).then(response => {
+ listAll().then(response => {
const { code, data } = response
if (code === 200) {
if (data) {
@@ -1397,6 +1397,15 @@
</el-switch>
</el-form-item>
+ <el-form-item label="评级开启全部" prop="isAllratingRating">
+ <el-switch
+ v-model="form18.isAllratingRating"
+ active-color="#13ce66"
+ inactive-color="#ff4949"
+ >
+ </el-switch>
+ </el-form-item>
+
<el-form-item label="是否只展示部门" prop="doctorRegister">
<el-switch
v-model="form18.dept"