店铺入驻没有回显问题

master
mabo 2021-08-11 21:41:15 +08:00
parent 6bbba6bd35
commit 2dabff65ed
3 changed files with 4 additions and 3 deletions

View File

@ -94,6 +94,7 @@ export default {
this.form = JSON.parse(JSON.stringify(this.content));
this.$forceUpdate();
}
this.$refs.secondForm.resetFields()
}
};
</script>

View File

@ -123,9 +123,7 @@ export default {
this.thirdData[e] = data[e];
});
if (this.storeDisable === 'APPLY') {
this.currentIndex = 0;
} else {
if (this.storeDisable !== 'APPLY') {
this.currentIndex = 3;
}
this.$nextTick(() => {
@ -139,6 +137,7 @@ export default {
//
nextPage (step) {
this.currentIndex = step;
this.getData()
}
},
mounted () {

View File

@ -256,6 +256,7 @@ export default {
this.address = this.form.storeAddressIdPath;
this.$forceUpdate();
}
this.$refs.thirdForm.resetFields()
}
};
</script>