branch_lyj
Liuyujie 7 months ago
parent 2867462093
commit 3a5b0032d5

@ -14,4 +14,5 @@ export default {
components: { HomeAdvertiseDetail } components: { HomeAdvertiseDetail }
} }
</script> </script>
<style></style> <style></style>

@ -159,7 +159,7 @@
}); });
this.$router.back(); // this.$router.back(); //
}); });
} else { // 广API } else { // 广API
createHomeAdvertise(this.homeAdvertise).then(response => { createHomeAdvertise(this.homeAdvertise).then(response => {
this.$refs[formName].resetFields(); // this.$refs[formName].resetFields(); //
this.homeAdvertise = Object.assign({},defaultHomeAdvertise); // homeAdvertise this.homeAdvertise = Object.assign({},defaultHomeAdvertise); // homeAdvertise

@ -223,7 +223,7 @@ export default {
} }
}, },
created() { created() {
// 广 // 广
this.getList(); this.getList();
}, },
filters: { filters: {

@ -11,6 +11,7 @@ export default {
components: { HomeAdvertiseDetail } components: { HomeAdvertiseDetail }
} }
</script> </script>
<style></style> <style></style>

Loading…
Cancel
Save