回显字段!!!!
This commit is contained in:
@@ -505,6 +505,13 @@ export default {
|
||||
this.showColumn = true;
|
||||
});
|
||||
this.modalshowflag2 = false;
|
||||
//不要删除 By 宋伟佳
|
||||
console.log(this.$refs.multipleTable.clearSelection())
|
||||
this.$nextTick(() => {
|
||||
for(var i=0;i<this.$refs.multipleTable.length;i++){
|
||||
this.$refs.multipleTable[i].clearSelection();
|
||||
}
|
||||
})
|
||||
},
|
||||
cancleUserInfo2() {
|
||||
this.modalshowflag2 = false;
|
||||
|
||||
Reference in New Issue
Block a user