@@ -354,6 +354,7 @@ const handleBalance = () => {
}
const handleDisbalance = () => {
+ selected.value = tableRef.value.getCheckboxRecords(true)
if (selected.value.length == 0) {
proxy.$modal.msgError('请选择要取消的结算单')
return
@@ -141,6 +141,7 @@ function getList() {
/** 搜索按钮操作 */
function handleQuery() {
+ console.log(queryParams.value);
queryParams.value.pageNum = 1;
getList();