Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -663,6 +663,13 @@ export default {
|
||||
this.form = mes.form
|
||||
this.roleForm = mes.roleForm
|
||||
this.commentText1 = mes.commentText1 || ''
|
||||
if (this.form.standId) {
|
||||
this.$http.get('SarStandItems/sar-stand-items/getFileType', {
|
||||
standId: this.form.standId
|
||||
}, {}, res => {
|
||||
this.textTypeList = res.data
|
||||
})
|
||||
}
|
||||
})
|
||||
},
|
||||
addZqyjList() {
|
||||
|
||||
Reference in New Issue
Block a user