修改分类管理接口地址和状态字段值类型,统一前后端数据格式
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
<el-form-item label="状态">
|
||||
<el-switch
|
||||
v-model="ruleForm.status"
|
||||
active-value="enabled"
|
||||
inactive-value="disabled"
|
||||
active-value="1"
|
||||
inactive-value="0"
|
||||
inline-prompt
|
||||
active-text="显示"
|
||||
inactive-text="隐藏"
|
||||
|
||||
Reference in New Issue
Block a user