Commit 7cdb3e93 by liupeng

Merge branch 'dev_xzeq' of http://47.92.108.28/changchao/founder_vue into dev_xzeq

parents c2d2b94d c0db14ac
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-13 16:44:29
* @LastEditTime: 2021-09-13 16:52:49
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......
......@@ -98,7 +98,7 @@ export default {
this.$router.pushToTab("addHmxs");
},
toInfor(data) {
this.$router.push({
this.$router.pushToTab({
path: "/hmxsDetail",
query: {
id: data.xxzjbh,
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-13 16:36:16
* @LastEditTime: 2021-09-13 16:52:53
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......
......@@ -99,7 +99,7 @@ export default {
this.$router.pushToTab("addJdcxs");
},
toInfor(data) {
this.$router.push({
this.$router.pushToTab({
path: "/jdcxsDetail",
query: {
id: data.xxzjbh,
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-13 16:43:36
* @LastEditTime: 2021-09-13 16:52:58
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......
......@@ -143,7 +143,7 @@ export default {
this.$router.pushToTab("addRyxs");
},
toInfor(data) {
this.$router.push({
this.$router.pushToTab({
path: "/ryxsDetail",
query: {
id: data.xxzjbh,
......
<!--
* @Author: your name
* @Date: 2021-08-31 09:52:33
* @LastEditTime: 2021-09-13 16:44:15
* @LastEditTime: 2021-09-13 16:55:13
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\views\hnksh\ceshi.vue
......
......@@ -95,7 +95,7 @@ export default {
this.$router.pushToTab("/addYhkxs");
},
toInfor(data) {
this.$router.push({
this.$router.pushToTab({
path: "/yhkxsDetail",
query: {
id: data.xxzjbh,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment