【修改】修改两栏距离

This commit is contained in:
zhoulingpo
2023-05-16 17:27:16 +08:00
parent 00cd9d56cd
commit 978f5f41c8
+2 -3
View File
@@ -1,5 +1,4 @@
<script src="../../utils/Enum/index.js"></script>
<script src="../../utils/Enum/enum.js"></script>
<template>
<div class="process">
<div class="process_box">
@@ -293,7 +292,7 @@ export default {
this.saveProcessALL(this.params).then(
()=>{
this.saveLoading = false
this.$message['activeTab']('保存成功')
this.$message.success('保存成功')
this.$store.commit('setActiveTabIndex', 'five')
this.$router.push({
path: "/userCenter/processCenter",