mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-18 17:05:54 +08:00
店铺入驻没有回显问题
This commit is contained in:
@@ -94,6 +94,7 @@ export default {
|
|||||||
this.form = JSON.parse(JSON.stringify(this.content));
|
this.form = JSON.parse(JSON.stringify(this.content));
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
}
|
}
|
||||||
|
this.$refs.secondForm.resetFields()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -123,9 +123,7 @@ export default {
|
|||||||
this.thirdData[e] = data[e];
|
this.thirdData[e] = data[e];
|
||||||
});
|
});
|
||||||
|
|
||||||
if (this.storeDisable === 'APPLY') {
|
if (this.storeDisable !== 'APPLY') {
|
||||||
this.currentIndex = 0;
|
|
||||||
} else {
|
|
||||||
this.currentIndex = 3;
|
this.currentIndex = 3;
|
||||||
}
|
}
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
@@ -139,6 +137,7 @@ export default {
|
|||||||
// 下一步
|
// 下一步
|
||||||
nextPage (step) {
|
nextPage (step) {
|
||||||
this.currentIndex = step;
|
this.currentIndex = step;
|
||||||
|
this.getData()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted () {
|
mounted () {
|
||||||
|
|||||||
@@ -256,6 +256,7 @@ export default {
|
|||||||
this.address = this.form.storeAddressIdPath;
|
this.address = this.form.storeAddressIdPath;
|
||||||
this.$forceUpdate();
|
this.$forceUpdate();
|
||||||
}
|
}
|
||||||
|
this.$refs.thirdForm.resetFields()
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user