|
@@ -974,7 +974,7 @@ export default {
|
|
|
async getStatusClassifyList(){
|
|
|
if(!this.searchParams.Source) return
|
|
|
const res = await dataRefreshInterface.getClassifyList({
|
|
|
- Source:Number(this.searchParams.Source)
|
|
|
+ Source:2
|
|
|
})
|
|
|
if(res.Ret!==200) return
|
|
|
this.statusEdbClassifyList = res.Data||[]
|