|
@@ -1203,6 +1203,7 @@ const uploadClick = (items, index) => {
|
|
|
const getBussFileList = async (pkeyId) => {
|
|
|
const { error, code, data } = await wbsApi.getBussFileList({
|
|
|
pkeyid: pkeyId,
|
|
|
+ classify: classifys.value,
|
|
|
})
|
|
|
if (!error && code === 200) {
|
|
|
fileListData.value = getArrValue(data)
|