勋章请求排序

This commit is contained in:
dragon
2024-07-18 16:43:13 +08:00
parent 7ea73622cd
commit fbd4fdcbd1
2 changed files with 6 additions and 6 deletions

View File

@@ -129,7 +129,7 @@
filterable
v-model="controlsObj.value"
placeholder="请选择"
style="width:100%"
style="width: 100%"
>
<el-option
v-for="item in controlsObj.options"
@@ -383,11 +383,11 @@ export default {
desc: "全部",
id: "",
});
listPartitionInfo().then((res) => {
this.controlsObj.options = res.data;
this.getData();
});
});
listPartitionInfo().then((res) => {
this.controlsObj.options = res.data;
});
this.getData();
},
methods: {
// 查询接口

View File

@@ -243,6 +243,7 @@ export default {
listAll().then((res) => {
if (res.code == 200) {
this.grantObj.options = res.data;
this.getData();
} else {
ElMessage({
showClose: true,
@@ -251,7 +252,6 @@ export default {
});
}
});
this.getData();
},
methods: {
// 查询接口