Commit af5df90d8e8f02b4a2c3546ac693dc653a5f0419

Authored by 史婷婷
1 parent 8bb91685

feat: 资信管理-审核详情

@@ -264,10 +264,6 @@ export default { @@ -264,10 +264,6 @@ export default {
264 } else if (categoryName.includes('D') || categoryName.includes('d')) { 264 } else if (categoryName.includes('D') || categoryName.includes('d')) {
265 return 'category_D' 265 return 'category_D'
266 } 266 }
267 - },  
268 - getFormValues() {  
269 - const m = this.form || {}  
270 - return JSON.parse(JSON.stringify(m))  
271 } 267 }
272 } 268 }
273 } 269 }