【修改】修改两栏距离
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
<script src="../../utils/Enum/index.js"></script>
|
|
||||||
<script src="../../utils/Enum/enum.js"></script>
|
|
||||||
<template>
|
<template>
|
||||||
<div class="process">
|
<div class="process">
|
||||||
<div class="process_box">
|
<div class="process_box">
|
||||||
@@ -293,7 +292,7 @@ export default {
|
|||||||
this.saveProcessALL(this.params).then(
|
this.saveProcessALL(this.params).then(
|
||||||
()=>{
|
()=>{
|
||||||
this.saveLoading = false
|
this.saveLoading = false
|
||||||
this.$message['activeTab']('保存成功')
|
this.$message.success('保存成功')
|
||||||
this.$store.commit('setActiveTabIndex', 'five')
|
this.$store.commit('setActiveTabIndex', 'five')
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: "/userCenter/processCenter",
|
path: "/userCenter/processCenter",
|
||||||
|
|||||||
Reference in New Issue
Block a user