feat: 新增需求

This commit is contained in:
caijun
2026-01-19 17:34:15 +08:00
parent 8fa31df250
commit 9f5b2a92c4
67 changed files with 7518 additions and 481 deletions

View File

@@ -342,7 +342,7 @@ export class LsjFile {
}
form.append(name, item.file);
let xmlRequest = new XMLHttpRequest();
xmlRequest.open(method, `${url}?parentId=${parentId}`, true);
xmlRequest.open(method, `${url}`, true);
for (let keys in header) {
xmlRequest.setRequestHeader(keys, header[keys])
}

View File

@@ -126,6 +126,7 @@
watch: {
option(v) {
// #ifdef APP-PLUS
console.log(v,'v22222222222')
this.lsjFile && this.show();
// #endif
}

View File

@@ -163,7 +163,7 @@ export default {
.u-radio-group {
/* #ifndef MP || APP-NVUE */
display: inline-flex;
// display: inline-flex;
flex-wrap: wrap;
/* #endif */
}