|
@@ -399,10 +399,12 @@ export default {
|
|
|
this.detail.data = {};
|
|
|
getInfoByLock(lockCode).then(res => {
|
|
|
if (res.data.type == 1) {
|
|
|
- this.detail.open1 = true
|
|
|
+ // this.detail.open1 = true
|
|
|
+ this.$router.push({ path: '/process/offlinevalve', query: { lockNo: lockCode }});
|
|
|
}
|
|
|
if (res.data.type == 2) {
|
|
|
- this.detail.open2 = true
|
|
|
+ // this.detail.open2 = true
|
|
|
+ this.$router.push({ path: '/process/safetychange', query: { lockNo: lockCode }});
|
|
|
}
|
|
|
if (res.data.type == 3) {
|
|
|
this.detail.open3 = true
|