回显字段!!!!

This commit is contained in:
yuezhihang
2021-07-21 16:25:17 +08:00
parent 4c4541cd63
commit cf30193ceb
@@ -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;