修改清单 高级搜索样式
新增角色中英文切换 ota项目版本悬浮修改 参数收集搜索样式修改
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
</div>
|
||||
</a-col>
|
||||
</template>
|
||||
<span style="float: right;overflow: hidden;margin-right: 11px"
|
||||
<span style="float: right;overflow: hidden;margin-right: -2px"
|
||||
class="table-page-search-submitButtons">
|
||||
<a-col :md="6" :sm="24">
|
||||
<!-- v-if="this.$route.query.it === undefined"-->
|
||||
@@ -1084,6 +1084,24 @@
|
||||
getQueryDutyTerritory() {
|
||||
getAction('/params/collectManifest/queryDutyTerritory', { id: this.$route.query.id }).then((res) => {
|
||||
if (res.success) {
|
||||
// res.result.push(
|
||||
// {
|
||||
// value:'aaa',
|
||||
// key:'aaa'
|
||||
// },
|
||||
// {
|
||||
// value:'bbb',
|
||||
// key:'bbb'
|
||||
// },
|
||||
// {
|
||||
// value:'ccc',
|
||||
// key:'ccc'
|
||||
// },
|
||||
// {
|
||||
// value:'ddd',
|
||||
// key:'ddd'
|
||||
// },
|
||||
// )
|
||||
this.dutyTerritoryList = res.result || []
|
||||
} else {
|
||||
this.dutyTerritoryList = []
|
||||
|
||||
Reference in New Issue
Block a user