toNext() { //下一步
				this.$store.dispatch("tagsView/delView", this.$router.currentRoute);
				this.$router.push({
					path: "/entry/second",
					// query: {
					// 	id: this.draftId,
					// 	id2: this.id,
					// 	processInstanceId: this.processInstanceId,
					// }
				});
			},
Logo

快速构建 Web 应用程序

更多推荐