标准/译文获取申请 新增/编辑 标准类别下拉框

This commit is contained in:
baoyu
2024-03-28 16:53:11 +08:00
parent 06dbb11e41
commit e8e5bbb1eb
@@ -160,7 +160,11 @@ export default {
_this: this
}, res => {
this.standTypeList = res.data
}, e => {
})
this.$http.get('sys/dictype/getDicTypeListCode', '', {
_this: this
}, res => {
this.typeList = res.data.BZJYWTYPE // 标准类别
})
},
handleClose () {