|
|
@ -172,6 +172,7 @@ |
|
|
|
@searchTableSuccess="searchTableSuccess" |
|
|
|
@submitForm="submitForm" |
|
|
|
@sumFormDataHandle="sumFormDataHandle" |
|
|
|
@onChange="onChange" |
|
|
|
> |
|
|
|
<template #selectionsActionspoLine="{ selections }"> |
|
|
|
<div style="text-align: left; margin-right: 10px"> |
|
|
@ -436,6 +437,13 @@ const searchTableSuccessDetail = async ( |
|
|
|
|
|
|
|
// }) |
|
|
|
|
|
|
|
const onChange = (field, cur) => { |
|
|
|
console.log('onChange',field) |
|
|
|
if(field=='orderType'){ |
|
|
|
tableData.value = [] |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
// 查询页面返回 |
|
|
|
const searchTableSuccess = (formField, searchField, val, searchFormRef, type, row) => { |
|
|
|
nextTick(() => { |
|
|
|