Commit 9a3e7669 authored by 高宇's avatar 高宇

扫码

parent e0e9f503
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -438,7 +438,7 @@ export default { ...@@ -438,7 +438,7 @@ export default {
handleApprove(row) { handleApprove(row) {
const id = row.businessId const id = row.businessId
this.$router.push({ this.$router.push({
path: 'checkList', path: '/template/templateFirst',
query: { query: {
businessId: id, businessId: id,
controls: '1', controls: '1',
...@@ -450,7 +450,7 @@ export default { ...@@ -450,7 +450,7 @@ export default {
handleShow(row) { handleShow(row) {
const id = row.businessId const id = row.businessId
this.$router.push({ this.$router.push({
path: 'checkList', path: '/template/templateFirst',
query: { query: {
businessId: id, businessId: id,
controls: '3', controls: '3',
...@@ -614,7 +614,7 @@ export default { ...@@ -614,7 +614,7 @@ export default {
this.reset() this.reset()
const id = row.businessId const id = row.businessId
this.$router.push({ this.$router.push({
path: 'checkList', path: '/template/templateFirst',
query: { query: {
businessId: id, businessId: id,
controls: '2', controls: '2',
......
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