|
|
@ -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) |
|
|
|