@ -66,7 +66,6 @@
}
};
const validatePass2 = (rule, value, callback) => {
debugger
if (value === '') {
callback(new Error('请再次输入密码'));
} else if (value !== this.form.password) {
@ -35,7 +35,7 @@
</div>
<el-row type="flex" class="row-bg">
<avue-timeline pending time :time-width="200">
<avue-timeline-item v-for="flow in flowList">
<avue-timeline-item v-bind:key="flow.id" v-for="flow in flowList">
<div slot="time">
<p>{{flow.createTime}}</p>
@ -40,7 +40,7 @@
@ -153,7 +153,6 @@
this.selectionList = list;
},
handleStart(row) {
console.log(this.flowRoutes)
this.$router.push({path: `/work/process/${flowRoute(this.flowRoutes, row.category)}/form/${row.id}`});
handleImage(row) {