|
@@ -196,21 +196,23 @@ function refreshSelectedTag(view) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
function closeSelectedTag(view) {
|
|
function closeSelectedTag(view) {
|
|
|
|
+ console.log(view.fullPath)
|
|
//关闭批次查询页面时清空批次查询页面store
|
|
//关闭批次查询页面时清空批次查询页面store
|
|
- if ((view.fullPath = "/Production/lot/:productionPlanNo/:lineNumber")) {
|
|
|
|
|
|
+ if ((view.fullPath == "/Production/lot/:productionPlanNo/:lineNumber")) {
|
|
lotStore().setlotQueryParams(null);
|
|
lotStore().setlotQueryParams(null);
|
|
}
|
|
}
|
|
- if ((view.fullPath = "/Production/daywork")) {
|
|
|
|
|
|
+ if ((view.fullPath == "/Production/daywork")) {
|
|
dayworkStore().setProductionPlanNoQueryParams(null);
|
|
dayworkStore().setProductionPlanNoQueryParams(null);
|
|
dayworkStore().setProductDescriptionQueryParams(null);
|
|
dayworkStore().setProductDescriptionQueryParams(null);
|
|
dayworkStore().setDeptIdQueryParams(null);
|
|
dayworkStore().setDeptIdQueryParams(null);
|
|
dayworkStore().setEquipmentDetailCodeQueryParams(null);
|
|
dayworkStore().setEquipmentDetailCodeQueryParams(null);
|
|
dayworkStore().setProcessIdQueryParams(null);
|
|
dayworkStore().setProcessIdQueryParams(null);
|
|
}
|
|
}
|
|
- if ((view.fullPath = "/Production/furnaceInfo")) {
|
|
|
|
|
|
+ if ((view.fullPath == "/Production/furnaceInfo")) {
|
|
furnaceStore().setlotQueryParams(null);
|
|
furnaceStore().setlotQueryParams(null);
|
|
}
|
|
}
|
|
- if ((view.fullPath = "/outsourced/innerOutsource")) {
|
|
|
|
|
|
+ if ((view.fullPath == "/outsourced/innerOutsource")) {
|
|
|
|
+
|
|
innerOutsourceStore().setInnerOutsourceQueryParams(null);
|
|
innerOutsourceStore().setInnerOutsourceQueryParams(null);
|
|
}
|
|
}
|
|
proxy.$tab.closePage(view).then(({ visitedViews }) => {
|
|
proxy.$tab.closePage(view).then(({ visitedViews }) => {
|