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 {
handleApprove(row) {
const id = row.businessId
this.$router.push({
path: 'checkList',
path: '/template/templateFirst',
query: {
businessId: id,
controls: '1',
......@@ -450,7 +450,7 @@ export default {
handleShow(row) {
const id = row.businessId
this.$router.push({
path: 'checkList',
path: '/template/templateFirst',
query: {
businessId: id,
controls: '3',
......@@ -614,7 +614,7 @@ export default {
this.reset()
const id = row.businessId
this.$router.push({
path: 'checkList',
path: '/template/templateFirst',
query: {
businessId: id,
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