|
@@ -57,6 +57,7 @@ export default defineComponent({
|
|
|
const queryTableAction = () => {
|
|
const queryTableAction = () => {
|
|
|
const param: QueryPerformancePlanReq = {
|
|
const param: QueryPerformancePlanReq = {
|
|
|
buyorsell: 0,
|
|
buyorsell: 0,
|
|
|
|
|
+ status: '6'
|
|
|
};
|
|
};
|
|
|
queryTable(QueryPerformancePlan, param);
|
|
queryTable(QueryPerformancePlan, param);
|
|
|
};
|
|
};
|