优化
This commit is contained in:
@@ -1114,7 +1114,7 @@ const total = ref(0);
|
||||
const billList = ref([]);
|
||||
function getList() {
|
||||
loading.value = true;
|
||||
queryParams.value.bizTypeList = [1, 2];
|
||||
queryParams.value.bizTypeList = [1, 2, 3];
|
||||
listBill(queryParams.value).then((response) => {
|
||||
billList.value = response.rows;
|
||||
total.value = response.total;
|
||||
@@ -1250,7 +1250,7 @@ function submitForm() {
|
||||
/** 导出按钮操作 */
|
||||
function handleExport() {
|
||||
let obj = JSON.parse(JSON.stringify(queryParams.value));
|
||||
obj.bizTypeList = [1, 2];
|
||||
obj.bizTypeList = [1, 2, 3];
|
||||
proxy.download(
|
||||
"wisdom/record/export",
|
||||
obj,
|
||||
|
||||
Reference in New Issue
Block a user