|
@@ -383,6 +383,8 @@ export default {
|
|
|
this.selectEditData = row
|
|
this.selectEditData = row
|
|
|
this.selectEditData.rowIndex = actualIndex
|
|
this.selectEditData.rowIndex = actualIndex
|
|
|
this.dialogFormVisibles = true
|
|
this.dialogFormVisibles = true
|
|
|
|
|
+ this.configList = []
|
|
|
|
|
+ this.configData()
|
|
|
},
|
|
},
|
|
|
handleSelect(row) {
|
|
handleSelect(row) {
|
|
|
// 查阅操作
|
|
// 查阅操作
|