修改bug

prod
wangwei 2 years ago
parent d84215d844
commit 5ea7b6d7b0

@ -187,7 +187,6 @@ export default {
changeInv() {
this.selInvVisible = true;
localStorage.setItem("insuranceCode", JSON.stringify( this.userInfo.locInvCode));
},
getDeptList() {
@ -255,9 +254,19 @@ export default {
closeDialog() {
this.selInvVisible = false;
this.userInfo.locInvCode=JSON.parse(localStorage.getItem("insuranceCode"));
this.getDeptList()
this.resetForm();
},
//
resetForm() {
if (this.$refs["dataForm"]) {
//
this.$refs["dataForm"].clearValidate();
//
this.$refs["dataForm"].resetFields();
this.getList();
}
},
},
created() {

Loading…
Cancel
Save