This commit is contained in:
zhutianqi
2022-01-04 14:28:42 +08:00
parent 08e736f883
commit 31cc4e1500
@@ -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() {