Commit 9423ed52 authored by Wallen姚文辉's avatar Wallen姚文辉

修改bug

parent e80f23f1
......@@ -759,7 +759,6 @@ export default {
const type = requets_type == 0 || requets_type == 1 ? 0 : 1
const report_status = requets_type == 0 || requets_type == 2 ? 0 : 1
var res = { project: this.info.project, sprint: this.info.sprint, save_remark: this.remark, type, report_status, report_data }
type && delete res.type
const a = () => {
if (requets_type == 1) {
this.$router.push('reportlsit')
......
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