commit
This commit is contained in:
@@ -663,6 +663,13 @@ export default {
|
|||||||
this.form = mes.form
|
this.form = mes.form
|
||||||
this.roleForm = mes.roleForm
|
this.roleForm = mes.roleForm
|
||||||
this.commentText1 = mes.commentText1 || ''
|
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() {
|
addZqyjList() {
|
||||||
|
|||||||
Reference in New Issue
Block a user