标准/译文申请 待办标记

This commit is contained in:
baoyu
2024-03-29 11:43:26 +08:00
parent 700ba895d3
commit c21f3c8733
2 changed files with 11 additions and 3 deletions
@@ -154,6 +154,9 @@ export default {
}
}
},
mounted () {
this.getDicTypeListCode()
},
methods: {
getDicTypeListCode () {
this.$http.get('/lawss/standardApplyFor/getStandTypeDropDownData', {}, {
@@ -195,7 +198,7 @@ export default {
this.selectStandType(this.StandardApplyForEO.standType, 'callBack')
})
},
selectStandType (value,tag) {
selectStandType (value, tag) {
if (value === '') {
this.standLbList = []
}
@@ -206,7 +209,6 @@ export default {
this.$nextTick(() => {
this.standLbList = res.data
if (tag !== 'callBack') {
console.log(1111)
this.$set(this.StandardApplyForEO, 'standLb', null)
}
this.showLoading = false