@ -136,17 +136,21 @@
GetModel({
cbfbm: record.cbfbm,
}).then((res1) => {
GetFiles({
path: res1.path,
}).then((res2) => {
open.value = true;
fileList.value = [];
res2.forEach((item, index) => {
if (item.isDirectory) {
fileList.value.push(item);
}
if (res1.path) {
});
} else {
createMessage.warn('当前权利人无档案!');
// 关闭