|
|
@@ -194,17 +194,6 @@
|
|
194
|
194
|
confirmButtonText: '确定',
|
|
195
|
195
|
callback: action => {
|
|
196
|
196
|
this.dialogTableVisible = true
|
|
197
|
|
- // this.$layer.iframe({
|
|
198
|
|
- // content: {
|
|
199
|
|
- // content: permsgEdit, // 传递的组件对象
|
|
200
|
|
- // parent: this, // 当前的vue对象
|
|
201
|
|
- // data: {}, // props
|
|
202
|
|
- // },
|
|
203
|
|
- // closeBtn: 0,
|
|
204
|
|
- // type:1,
|
|
205
|
|
- // area: ["50%", "70%"],
|
|
206
|
|
- // title: "个人中心",
|
|
207
|
|
- // });
|
|
208
|
197
|
}
|
|
209
|
198
|
});
|
|
210
|
199
|
}
|
|
|
@@ -219,15 +208,6 @@
|
|
219
|
208
|
confirmButtonText: '确定',
|
|
220
|
209
|
callback: action => {
|
|
221
|
210
|
this.dialogTableVisible = true
|
|
222
|
|
- // this.$layer.iframe({
|
|
223
|
|
- // content: {
|
|
224
|
|
- // content: permsgEdit, // 传递的组件对象
|
|
225
|
|
- // parent: this, // 当前的vue对象
|
|
226
|
|
- // data: {}, // props
|
|
227
|
|
- // },
|
|
228
|
|
- // area: ["50%", "70%"],
|
|
229
|
|
- // title: "个人中心",
|
|
230
|
|
- // });
|
|
231
|
211
|
}
|
|
232
|
212
|
});
|
|
233
|
213
|
}
|