更改查询分解单接口

This commit is contained in:
宋伟佳
2022-04-14 10:58:53 +08:00
parent 00e8f70205
commit 6067676f7c
2 changed files with 3 additions and 3 deletions
@@ -674,7 +674,7 @@ export default {
this.roleForm = mes.roleForm
this.commentText1 = mes.commentText1 || ''
if (this.form.standId) {
this.$http.get('SarStandItems/sar-stand-items/getFileType', {
this.$http.get('SarStandItems/sar-stand-items/getFileTypeHG', {
standId: this.form.standId
}, {}, res => {
this.textTypeList = res.data
@@ -752,7 +752,7 @@ export default {
this.form.standType = bringData[0].standType
this.form.standId = bringData[0].id
this.listModel = false;
this.$http.get('SarStandItems/sar-stand-items/getFileType', {
this.$http.get('SarStandItems/sar-stand-items/getFileTypeHG', {
standId: bringData[0].id
}, {}, res => {
this.textTypeList = res.data
@@ -733,7 +733,7 @@ export default {
this.form.standType = bringData[0].standType
this.form.standId = bringData[0].id
this.listModel = false;
this.$http.get('SarStandItems/sar-stand-items/getFileType', {
this.$http.get('SarStandItems/sar-stand-items/getFileTypeHG', {
standId: bringData[0].id
}, {}, res => {
this.textTypeList = res.data