| @@ -5,7 +5,7 @@ | |||
| <link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | |||
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
| <title>菊城人才市场后台管理</title> | |||
| <script type="module" crossorigin src="/assets/index-wtIp4hAK.js"></script> | |||
| <script type="module" crossorigin src="/assets/index-MZWdymQQ.js"></script> | |||
| <link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css"> | |||
| </head> | |||
| <body> | |||
| @@ -147,7 +147,7 @@ | |||
| form.id = record.id; | |||
| form.customer_id = record.customer_id; | |||
| form.status = 3 | |||
| form.aduit_memo = '不通过' | |||
| form.aduit_memo = record.audit_memo ? record.audit_memo : '不通过' | |||
| } | |||