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

Loading…
Cancel
Save