|
|
@@ -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() {
|