标准/译文获取申请 新增/编辑 标准类别下拉框
This commit is contained in:
+5
-1
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user