|
@@ -238,11 +238,12 @@ const getTableData = async () => {
|
|
|
// -------
|
|
|
|
|
|
const reset = () => {searchTime.value = getCurrentMonthStartAndEndDates();
|
|
|
- // treeRef1.value.setCheckedKeys([statProductionLineData[0].key], true, true);
|
|
|
- // treeRef2.value.setCheckedKeys([statProductTypeData[0].key], true, true);
|
|
|
+ //treeRef1.value.setCheckedKeys([statProductionLineData[0].key], true, true);
|
|
|
+ //statProductionLineData.value=[];
|
|
|
+ //treeRef1.value.setCheckedKeys([statProductionLineData[0].key], true, true);
|
|
|
+ treeData.value=[];
|
|
|
+ workOrderCodes.value=[];
|
|
|
currentOption.value.page = 1;
|
|
|
- workOrderCodes.value = [];
|
|
|
- treeRef1.value.setCheckedNodes([]);
|
|
|
getTableData();
|
|
|
};
|
|
|
|