|
@@ -51,7 +51,7 @@ async function getClassify(type='') {
|
|
filterEmpty(classifyOptions.value)
|
|
filterEmpty(classifyOptions.value)
|
|
|
|
|
|
if(type === 'init') {
|
|
if(type === 'init') {
|
|
- listState.classifys = collectClassifyOpts.value.length ? collectClassifyOpts.value.map(_ => _.Id) : [];
|
|
|
|
|
|
+ // listState.classifys = collectClassifyOpts.value.length ? collectClassifyOpts.value.map(_ => _.Id) : [];
|
|
getList()
|
|
getList()
|
|
handleShowFilter()
|
|
handleShowFilter()
|
|
}
|
|
}
|