优化工具发布分类类型参数
This commit is contained in:
@ -187,7 +187,7 @@
|
|||||||
/** 获取分类下拉框 */
|
/** 获取分类下拉框 */
|
||||||
const getParent = () => {
|
const getParent = () => {
|
||||||
parent({
|
parent({
|
||||||
type: 1,
|
type: 3,
|
||||||
parentId: 0,
|
parentId: 0,
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
projectTypeList.value = res.data
|
projectTypeList.value = res.data
|
||||||
|
|||||||
Reference in New Issue
Block a user