wenhongquan 3 年之前
父节点
当前提交
da80f9d7f1

+ 1 - 1
src/views/IncidentManagementDetail/index.tsx

@@ -194,7 +194,7 @@ export default defineComponent({
             try {
               uni.navigateBack();
             } catch (E) {}
-            window.history.back();
+            //window.history.back();
           }}
           onClick-right={() => {
             if (getisbj()) {

+ 1 - 1
src/views/WHPDetail/index.vue

@@ -55,7 +55,7 @@ const goback = () => {
   try {
     uni.navigateBack();
   } catch (E) {}
-  window.history.back();
+  //window.history.back();
 };
 const cdata = ref({});
 onMounted(() => {

+ 1 - 1
src/views/WHPList/index.vue

@@ -35,7 +35,7 @@ const goback = () => {
   try {
     uni.navigateBack();
   } catch (E) {}
-   window.history.back();
+   //window.history.back();
 };
 
 const opendetail = (item)=>{

+ 1 - 1
src/views/WHPSearch/index.vue

@@ -131,7 +131,7 @@ const goback = () => {
   try {
     uni.navigateBack();
   } catch (E) {}
-   window.history.back();
+   //window.history.back();
 };
 const onblur = () => {};
 

+ 1 - 1
src/views/Warehouse/index.vue

@@ -227,7 +227,7 @@ const goback = () => {
   try {
     uni.navigateBack();
   } catch (E) {}
-   window.history.back();
+   //window.history.back();
 };
 const dosavedata = () => {
   

+ 1 - 1
src/views/WarehouseEdit/index.vue

@@ -359,7 +359,7 @@ const goback = () => {
   try {
     uni.navigateBack();
   } catch (E) {}
-  window.history.back();
+  //window.history.back();
 };
 const dosavedata = () => {
   Toast.loading({

+ 1 - 1
src/views/WarehouseList/index.vue

@@ -76,7 +76,7 @@ const goback = () => {
   try {
     uni.navigateBack();
   } catch (E) {}
-   window.history.back();
+   //window.history.back();
 };
 let taskid = "";
 onMounted(()=>{

+ 1 - 1
src/views/WarehouseListRead/index.vue

@@ -74,7 +74,7 @@ const goback = () => {
   try {
     uni.navigateBack();
   } catch (E) {}
-   window.history.back();
+   //window.history.back();
 };
 let taskid = "";
 onMounted(()=>{

+ 1 - 1
src/views/WarehouseSearch/index.vue

@@ -129,7 +129,7 @@ const goback = () => {
   try {
     uni.navigateBack();
   } catch (E) {}
-   window.history.back();
+   //window.history.back();
 };
 const searchhisname = ref([])