commit
This commit is contained in:
@@ -935,7 +935,7 @@ export default {
|
|||||||
this.listForm.id = this.selectedList[0].id;
|
this.listForm.id = this.selectedList[0].id;
|
||||||
this.$http.get("SarStandItems/sar-stand-items/findAllItems", {
|
this.$http.get("SarStandItems/sar-stand-items/findAllItems", {
|
||||||
ids: this.listForm.id,
|
ids: this.listForm.id,
|
||||||
type: "FBGBJBD"
|
type: this.fileType
|
||||||
}, {
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
|||||||
@@ -932,7 +932,7 @@ export default {
|
|||||||
this.listForm.id = this.selectedList[0].id;
|
this.listForm.id = this.selectedList[0].id;
|
||||||
this.$http.get("SarStandItems/sar-stand-items/findAllItems", {
|
this.$http.get("SarStandItems/sar-stand-items/findAllItems", {
|
||||||
ids: this.listForm.id,
|
ids: this.listForm.id,
|
||||||
type: "FBGBJBD"
|
type: this.fileType
|
||||||
}, {
|
}, {
|
||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
|
|||||||
Reference in New Issue
Block a user