修复:配置管理 - 上级分类、后台类型筛选报错
This commit is contained in:
parent
6c92bb59d8
commit
6ccf3b4215
|
|
@ -4,11 +4,13 @@ ENV = 'development'
|
|||
# http://mer.crmeb.net/admin
|
||||
# base api
|
||||
# VUE_APP_BASE_API = 'http://192.168.31.106:8324'
|
||||
VUE_APP_BASE_API = 'https://mer1.crmeb.net'
|
||||
#VUE_APP_BASE_API = 'https://mer1.crmeb.net'
|
||||
VUE_APP_BASE_API = 'https://bt.test.cdlfjy.com'
|
||||
|
||||
# socket 连接地址
|
||||
#VUE_APP_WS_URL = 'ws://0.0.0.0:8324'
|
||||
VUE_APP_WS_URL = 'ws://mer1.crmeb.net'
|
||||
#VUE_APP_WS_URL = 'ws://mer1.crmeb.net'
|
||||
VUE_APP_WS_URL = 'ws://bt.test.cdlfjy.com'
|
||||
|
||||
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
|
||||
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="divBox">
|
||||
<el-card class="box-card">
|
||||
<el-card class="box-card">
|
||||
<div slot="header" class="clearfix">
|
||||
<el-form size="small" label-width="100px" inline>
|
||||
<el-form-item label="关键字:" class="width100">
|
||||
|
|
@ -9,7 +9,7 @@
|
|||
</el-input>
|
||||
</el-form-item>
|
||||
<el-form-item label="上级分类:">
|
||||
<el-cascader v-model="config_classify_id" :options="classifyOptions" :props="{ value: 'config_classify_id', label: 'classify_name', checkStrictly: true }" @change="getList"></el-cascader>
|
||||
<el-cascader v-model="config_classify_id" :options="classifyOptions" :props="{ value: 'config_classify_id', label: 'classify_name', checkStrictly: true }" @change="getList(1)"></el-cascader>
|
||||
</el-form-item>
|
||||
<el-form-item label="后台类型:">
|
||||
<el-select
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
filterable
|
||||
placeholder="请选择"
|
||||
class="selWidth"
|
||||
@change="getList"
|
||||
@change="getList(1)"
|
||||
>
|
||||
<el-option label="总后台配置" value="0" />
|
||||
<el-option label="商户后台" value="1" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue