ezhizao_zx 10 mesi fa
parent
commit
1362fe60aa

+ 1 - 0
src/views/business/outsourceBalanceAccounts/index.vue

@@ -354,6 +354,7 @@ const handleBalance = () => {
 }
 
 const handleDisbalance = () => {
+  selected.value = tableRef.value.getCheckboxRecords(true)
   if (selected.value.length == 0) {
     proxy.$modal.msgError('请选择要取消的结算单')
     return

+ 1 - 0
src/views/business/outsourceInspectionVerify/index.vue

@@ -141,6 +141,7 @@ function getList() {
 
 /** 搜索按钮操作 */
 function handleQuery() {
+  console.log(queryParams.value);
   queryParams.value.pageNum = 1;
   getList();
 }