Browse Source

接口

dev-用户反馈
mk 3 years ago
parent
commit
c82d8d2bce
  1. 12
      src/views/modules/communityParty/organization/index.vue

12
src/views/modules/communityParty/organization/index.vue

@ -37,9 +37,9 @@
size="small" size="small"
clearable> clearable>
<el-option v-for="item in serviceList" <el-option v-for="item in serviceList"
:key="item.value" :key="item.categoryName"
:label="item.label" :label="item.categoryName"
:value="item.value"> :value="item.categoryId">
</el-option> </el-option>
</el-select> </el-select>
@ -346,11 +346,9 @@
// //
async loadService () { async loadService () {
const url = "/heart/serviceitem/dict-list" const url = "/heart/serviceitem/dict-options"
let params = { let params = {
// parentCategoryCode: '1010' type:'all'
} }
const { data, code, msg } = await requestPost(url, params) const { data, code, msg } = await requestPost(url, params)

Loading…
Cancel
Save