|
@@ -499,6 +499,7 @@ export default {
|
|
if (res.code == 200) {
|
|
if (res.code == 200) {
|
|
this.activeName = "first";
|
|
this.activeName = "first";
|
|
this.maskForm = res.data;
|
|
this.maskForm = res.data;
|
|
|
|
+ this.maskForm.id = row.id;
|
|
this.classVisible = true;
|
|
this.classVisible = true;
|
|
}
|
|
}
|
|
})
|
|
})
|