...
|
...
|
@@ -177,16 +177,11 @@ export default { |
|
|
let list = this.$route.query.list;
|
|
|
let status = this.$route.query.status;
|
|
|
let check = this.$route.query.check;
|
|
|
let define = ''
|
|
|
if(list.processDefineStruct){
|
|
|
define = JSON.parse(list.processDefineStruct);
|
|
|
}
|
|
|
console.log(list)
|
|
|
console.log(define)
|
|
|
if(check) {
|
|
|
this.checkdis = true
|
|
|
}
|
|
|
if (status == 1) {
|
|
|
let define = JSON.parse(list.processDefineStruct);
|
|
|
this.id = list.id;
|
|
|
this.Trialfield = define.id
|
|
|
this.Trialnum = list.recordNum;
|
...
|
...
|
|