Merge branch 'develop' of ssh://gitlab.91isoft.com:10022/LAWS/laws-system-front-FOTON into develop

This commit is contained in:
zhangyichen
2022-04-14 11:00:42 +08:00
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