|
@@ -572,9 +572,11 @@ const getList = async (req) => {
|
|
|
loading.value = false;
|
|
|
}, 200);
|
|
|
});
|
|
|
- proxy.post("/commission/getHeadStatistics",{...sourceList.value.pagination}).then((res) => {
|
|
|
- headerData.value = res;
|
|
|
- });
|
|
|
+ proxy
|
|
|
+ .post("/commission/getHeadStatistics", sourceList.value.pagination)
|
|
|
+ .then((res) => {
|
|
|
+ headerData.value = res;
|
|
|
+ });
|
|
|
};
|
|
|
|
|
|
const onQuery = () => {
|
|
@@ -824,7 +826,7 @@ const submitChangeForm = () => {
|
|
|
});
|
|
|
openChange.value = false;
|
|
|
getList();
|
|
|
- getHeaderData();
|
|
|
+ // getHeaderData();
|
|
|
},
|
|
|
(err) => {
|
|
|
console.log(err);
|