|
@@ -450,7 +450,6 @@ const ontaskadd = async () => {
|
|
|
|
|
|
const getList = () => {
|
|
|
localStorage.setItem("tasklist", JSON.stringify(queryparameters.value));
|
|
|
-
|
|
|
if (
|
|
|
currentstatus.value !== "1" &&
|
|
|
currentstatus.value !== 1 &&
|
|
@@ -603,6 +602,7 @@ onMounted(() => {
|
|
|
queryparameters.value.status =
|
|
|
currentstatus.value == "1" ? "0" : currentstatus.value;
|
|
|
}
|
|
|
+ getList();
|
|
|
});
|
|
|
onBeforeRouteLeave((to, from, next) => {
|
|
|
to.meta.activeMenu = from.path;
|