标准/译文获取申请 新增/编辑 标准类别下拉框
This commit is contained in:
+5
-1
@@ -160,7 +160,11 @@ export default {
|
|||||||
_this: this
|
_this: this
|
||||||
}, res => {
|
}, res => {
|
||||||
this.standTypeList = res.data
|
this.standTypeList = res.data
|
||||||
}, e => {
|
})
|
||||||
|
this.$http.get('sys/dictype/getDicTypeListCode', '', {
|
||||||
|
_this: this
|
||||||
|
}, res => {
|
||||||
|
this.typeList = res.data.BZJYWTYPE // 标准类别
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
handleClose () {
|
handleClose () {
|
||||||
|
|||||||
Reference in New Issue
Block a user