Commit c1d71a83 authored by yanglilong's avatar yanglilong

'修改'

parent 17bc53ce
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
</a-form-model-item> </a-form-model-item>
</a-col> </a-col>
</a-row> </a-row>
<a-row gutter="10"> <a-row :gutter="10">
<a-col :xl="9" :sm="12" class="none-label"> <a-col :xl="9" :sm="12" class="none-label">
<a-form-model-item label="" prop="medCardCopeFiles"> <a-form-model-item label="" prop="medCardCopeFiles">
<div class="text-left mar-bottom10"> <div class="text-left mar-bottom10">
...@@ -236,7 +236,7 @@ export default { ...@@ -236,7 +236,7 @@ export default {
}); });
// this.$router.push("/customer"); // this.$router.push("/customer");
} else { } else {
this.$message.success(res.returnMsg || "操作失败"); this.$message.error(res.returnMsg || "操作失败");
} }
}); });
}); });
......
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