update 标准预警
This commit is contained in:
@@ -124,7 +124,7 @@ export default {
|
||||
columns: [
|
||||
// 来源
|
||||
{
|
||||
dataIndex: 'source',
|
||||
dataIndex: 'source_dictText',
|
||||
title: this.$t('standardSelect.source'),
|
||||
width: 150
|
||||
},
|
||||
@@ -176,7 +176,8 @@ export default {
|
||||
getSourceOptions () {
|
||||
ajaxGetDictItems('standard_source').then(res => {
|
||||
if (res.success) {
|
||||
this.sourceOptions = res.result || []
|
||||
this.sourceOptions = (res.result || []).filter(tt => tt.value !== StandardSource.ENTERPRISE.value)
|
||||
console.log(this.sourceOptions)
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user