Commit 1d1b18fa by 无尘

fix: 修改跳转

parent 4c5d3b00
.task-set-content[data-v-2bfb7313]{-webkit-box-sizing:border-box;box-sizing:border-box}.task-set-content .w-105[data-v-2bfb7313]{width:105px}.task-set-content .w-120[data-v-2bfb7313]{width:120px}.task-set-content .w-161[data-v-2bfb7313]{width:161px}.task-set-content .m-b-15[data-v-2bfb7313]{margin-bottom:15px}.task-set-content .p-l-8[data-v-2bfb7313]{padding-left:8px}.task-set-content .p-l-18[data-v-2bfb7313]{padding-left:18px}.task-set-content .p-l-24[data-v-2bfb7313]{padding-left:24px}.task-set-content .p-l-175[data-v-2bfb7313]{padding-left:175px}.task-set-content .color-1890ff[data-v-2bfb7313]{color:#2f54eb}.task-set-content .color-f5222d[data-v-2bfb7313]{color:#f5222d}.task-set-content .colorFirst[data-v-2bfb7313]{color:#303133;font-weight:600}
\ No newline at end of file
.task-set-content[data-v-7f377364]{-webkit-box-sizing:border-box;box-sizing:border-box}.task-set-content .w-105[data-v-7f377364]{width:105px}.task-set-content .w-120[data-v-7f377364]{width:120px}.task-set-content .w-161[data-v-7f377364]{width:161px}.task-set-content .m-b-15[data-v-7f377364]{margin-bottom:15px}.task-set-content .p-l-8[data-v-7f377364]{padding-left:8px}.task-set-content .p-l-18[data-v-7f377364]{padding-left:18px}.task-set-content .p-l-24[data-v-7f377364]{padding-left:24px}.task-set-content .p-l-175[data-v-7f377364]{padding-left:175px}.task-set-content .color-1890ff[data-v-7f377364]{color:#2f54eb}.task-set-content .color-f5222d[data-v-7f377364]{color:#f5222d}.task-set-content .colorFirst[data-v-7f377364]{color:#303133;font-weight:600}
\ No newline at end of file
......@@ -4,7 +4,7 @@
* @Author: 无尘
* @Date: 2020-11-12 10:48:40
* @LastEditors: 无尘
* @LastEditTime: 2020-11-25 09:23:34
* @LastEditTime: 2020-11-25 14:56:38
-->
<template>
<div class="common-app-right">
......@@ -187,6 +187,7 @@ export default {
.then(res => {
if (res.code == '0000') {
showMsg.showmsg('保存成功', 'success');
that.$router.go(-1);
return;
}
errMsg.errorMsg(res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment