Commit 2356cfde authored by 罗超's avatar 罗超

2

parent 38805cb0
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
<el-row> <!-- <el-row>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="商品分类"> <el-form-item label="商品分类">
<template v-if=" addMsg.CategoryList && addMsg.CategoryList.length > 0"> <template v-if=" addMsg.CategoryList && addMsg.CategoryList.length > 0">
...@@ -44,10 +44,10 @@ ...@@ -44,10 +44,10 @@
<el-button type="primary" @click=" <el-button type="primary" @click="
(flDig = true), (keepCategoryList = addMsg.CategoryList) (flDig = true), (keepCategoryList = addMsg.CategoryList)
" style="margin:0 10px;" size="small">选择分类</el-button> " style="margin:0 10px;" size="small">选择分类</el-button>
<!-- <span @click="CommonJump('addGoodsClass')" class="blue point">添加分类</span> --> <span @click="CommonJump('addGoodsClass')" class="blue point">添加分类</span>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row> -->
</el-card> </el-card>
<el-card style="margin-top:20px" shadow="never"> <el-card style="margin-top:20px" shadow="never">
<div slot="header" class="clearfix"> <div slot="header" class="clearfix">
......
...@@ -459,6 +459,7 @@ ...@@ -459,6 +459,7 @@
StartTime: "", StartTime: "",
EndTime: "", EndTime: "",
OrderBy: 0, OrderBy: 0,
Q_GoodsEduType :1
}, },
total: 0, total: 0,
tableData: [], tableData: [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment