Commit e80f23f1 authored by Wallen姚文辉's avatar Wallen姚文辉

修复审批过的报告会从审批列表消失的问题

parent 76852d88
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>yinhe_test</title><script defer="defer" src="/js/chunk-vendors.822ae491.js"></script><script defer="defer" src="/js/app.bfcf82ae.js"></script><link href="/css/chunk-vendors.187ae3e6.css" rel="stylesheet"><link href="/css/app.6955fc17.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but yinhe_test doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html> <!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>yinhe_test</title><script defer="defer" src="/js/chunk-vendors.822ae491.js"></script><script defer="defer" src="/js/app.c3c80981.js"></script><link href="/css/chunk-vendors.187ae3e6.css" rel="stylesheet"><link href="/css/app.6955fc17.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but yinhe_test doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
\ No newline at end of file \ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -759,6 +759,7 @@ export default { ...@@ -759,6 +759,7 @@ export default {
const type = requets_type == 0 || requets_type == 1 ? 0 : 1 const type = requets_type == 0 || requets_type == 1 ? 0 : 1
const report_status = requets_type == 0 || requets_type == 2 ? 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 } 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 = () => { const a = () => {
if (requets_type == 1) { if (requets_type == 1) {
this.$router.push('reportlsit') 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