feat: 新增需求
This commit is contained in:
@@ -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])
|
||||
}
|
||||
|
||||
@@ -126,6 +126,7 @@
|
||||
watch: {
|
||||
option(v) {
|
||||
// #ifdef APP-PLUS
|
||||
console.log(v,'v22222222222')
|
||||
this.lsjFile && this.show();
|
||||
// #endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user