修改bug

prod
wangwei 2 years ago
parent d84215d844
commit 5ea7b6d7b0

@ -187,7 +187,6 @@ export default {
changeInv() { changeInv() {
this.selInvVisible = true; this.selInvVisible = true;
localStorage.setItem("insuranceCode", JSON.stringify( this.userInfo.locInvCode));
}, },
getDeptList() { getDeptList() {
@ -255,9 +254,19 @@ export default {
closeDialog() { closeDialog() {
this.selInvVisible = false; 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() { created() {

Loading…
Cancel
Save