فهرست منبع

翻页bug修复

xiaohaizhao 1 سال پیش
والد
کامیت
cea6312d03

+ 0 - 5
src/optionSystem/FProductManage/detail/index.vue

@@ -225,11 +225,6 @@ export default {
     // 监听切换数据,上一页,下一页
     pageChange(id, rowindex, tabIndex) {
       this.flag = false;
-      tabIndex = this.$route.query.tabIndex;
-      this.$router.replace({
-        path: "/FProductDetail",
-        query: { id: id, rowindex: rowindex, tabIndex: tabIndex },
-      });
       this.queryMainData(id);
     },
     onSuccess() {

+ 0 - 5
src/optionSystem/executeManage/detail/index.vue

@@ -300,11 +300,6 @@ export default {
     // 监听切换数据,上一页,下一页
     pageChange(id, rowindex, tabIndex) {
       this.flag = false;
-      tabIndex = this.$route.query.tabIndex;
-      this.$router.replace({
-        path: "/executeDetail",
-        query: { id: id, rowindex: rowindex, tabIndex: tabIndex },
-      });
       this.queryMainData(id);
     },
     onSuccess() {

+ 0 - 5
src/optionSystem/itemManage/detail/index.vue

@@ -186,11 +186,6 @@ export default {
     // 监听切换数据,上一页,下一页
     pageChange(id, rowindex, tabIndex) {
       this.flag = false;
-      tabIndex = this.$route.query.tabIndex;
-      this.$router.replace({
-        path: "/itemDetail",
-        query: { id: id, rowindex: rowindex, tabIndex: tabIndex },
-      });
       this.queryMainData(id);
     },
     onSuccess() {

+ 0 - 5
src/optionSystem/optionOrder/detail/index.vue

@@ -255,11 +255,6 @@ export default {
     // 监听切换数据,上一页,下一页
     pageChange(id, rowindex, tabIndex) {
       this.flag = false;
-      tabIndex = this.$route.query.tabIndex;
-      this.$router.replace({
-        path: "/optionOrderDetail",
-        query: { id: id, rowindex: rowindex, tabIndex: tabIndex },
-      });
       this.queryMainData(id);
     },
     onSuccess() {

+ 0 - 5
src/optionSystem/otherFileManage/detail/index.vue

@@ -205,11 +205,6 @@ export default {
     // 监听切换数据,上一页,下一页
     pageChange(id, rowindex, tabIndex) {
       this.flag = false;
-      tabIndex = this.$route.query.tabIndex;
-      this.$router.replace({
-        path: "/otherFileDetail",
-        query: { id: id, rowindex: rowindex, tabIndex: tabIndex },
-      });
       this.queryMainData(id);
     },
     onSuccess() {

+ 0 - 5
src/optionSystem/speedBoxManage/detail/index.vue

@@ -234,11 +234,6 @@ export default {
     // 监听切换数据,上一页,下一页
     pageChange(id, rowindex, tabIndex) {
       this.flag = false;
-      tabIndex = this.$route.query.tabIndex;
-      this.$router.replace({
-        path: "/speedBoxDetail",
-        query: { id: id, rowindex: rowindex, tabIndex: tabIndex },
-      });
       this.queryMainData(id);
     },
     onSuccess() {

+ 0 - 5
src/optionSystem/throttleManage/detail/index.vue

@@ -218,11 +218,6 @@ export default {
     // 监听切换数据,上一页,下一页
     pageChange(id, rowindex, tabIndex) {
       this.flag = false;
-      tabIndex = this.$route.query.tabIndex;
-      this.$router.replace({
-        path: "/throttleDetail",
-        query: { id: id, rowindex: rowindex, tabIndex: tabIndex },
-      });
       this.queryMainData(id);
     },
     onSuccess() {