Merge branch 'develop' of ssh://gitlab.91isoft.com:10022/LAWS/laws-system-front-FOTON into develop
This commit is contained in:
@@ -674,7 +674,7 @@ export default {
|
|||||||
this.roleForm = mes.roleForm
|
this.roleForm = mes.roleForm
|
||||||
this.commentText1 = mes.commentText1 || ''
|
this.commentText1 = mes.commentText1 || ''
|
||||||
if (this.form.standId) {
|
if (this.form.standId) {
|
||||||
this.$http.get('SarStandItems/sar-stand-items/getFileType', {
|
this.$http.get('SarStandItems/sar-stand-items/getFileTypeHG', {
|
||||||
standId: this.form.standId
|
standId: this.form.standId
|
||||||
}, {}, res => {
|
}, {}, res => {
|
||||||
this.textTypeList = res.data
|
this.textTypeList = res.data
|
||||||
@@ -752,7 +752,7 @@ export default {
|
|||||||
this.form.standType = bringData[0].standType
|
this.form.standType = bringData[0].standType
|
||||||
this.form.standId = bringData[0].id
|
this.form.standId = bringData[0].id
|
||||||
this.listModel = false;
|
this.listModel = false;
|
||||||
this.$http.get('SarStandItems/sar-stand-items/getFileType', {
|
this.$http.get('SarStandItems/sar-stand-items/getFileTypeHG', {
|
||||||
standId: bringData[0].id
|
standId: bringData[0].id
|
||||||
}, {}, res => {
|
}, {}, res => {
|
||||||
this.textTypeList = res.data
|
this.textTypeList = res.data
|
||||||
|
|||||||
@@ -733,7 +733,7 @@ export default {
|
|||||||
this.form.standType = bringData[0].standType
|
this.form.standType = bringData[0].standType
|
||||||
this.form.standId = bringData[0].id
|
this.form.standId = bringData[0].id
|
||||||
this.listModel = false;
|
this.listModel = false;
|
||||||
this.$http.get('SarStandItems/sar-stand-items/getFileType', {
|
this.$http.get('SarStandItems/sar-stand-items/getFileTypeHG', {
|
||||||
standId: bringData[0].id
|
standId: bringData[0].id
|
||||||
}, {}, res => {
|
}, {}, res => {
|
||||||
this.textTypeList = res.data
|
this.textTypeList = res.data
|
||||||
|
|||||||
Reference in New Issue
Block a user