This commit is contained in:
宋伟佳
2021-11-26 15:58:21 +08:00
parent 1e69ab4faf
commit 3236a0b8fc
2 changed files with 2 additions and 2 deletions
@@ -935,7 +935,7 @@ export default {
this.listForm.id = this.selectedList[0].id;
this.$http.get("SarStandItems/sar-stand-items/findAllItems", {
ids: this.listForm.id,
type: "FBGBJBD"
type: this.fileType
}, {
_this: this
}, res => {
@@ -932,7 +932,7 @@ export default {
this.listForm.id = this.selectedList[0].id;
this.$http.get("SarStandItems/sar-stand-items/findAllItems", {
ids: this.listForm.id,
type: "FBGBJBD"
type: this.fileType
}, {
_this: this
}, res => {