|
@@ -134,7 +134,6 @@ export default {
|
|
/* 获取分类 */
|
|
/* 获取分类 */
|
|
getClassify() {
|
|
getClassify() {
|
|
zczxInterface.classifyList().then((res) => {
|
|
zczxInterface.classifyList().then((res) => {
|
|
- console.log(res,'res');
|
|
|
|
if (res.Ret !== 200) return;
|
|
if (res.Ret !== 200) return;
|
|
this.classifyList = res.Data || [];
|
|
this.classifyList = res.Data || [];
|
|
this.select_classify =
|
|
this.select_classify =
|