Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2022-01-04 14:31:06 +08:00
@@ -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() {