linwenxin 4 mesi fa
parent
commit
58c913268a

+ 9 - 1
src/views/workOrder/appraiseAppeal/appraisalStatement/index.vue

@@ -701,7 +701,6 @@ export default {
             }).then(res => {
               appraiseApplyCategoryList({ pageNum: 1, pageSize: -1, params: [] }).then(res => {
                 this.appraiseApplyCategoryList = res.data.records
-                console.log(res.data.records)
               })
               this.formData = {
                 ...res.data,
@@ -724,6 +723,9 @@ export default {
             appraiseApplyApplyDetail({
               id: row.id
             }).then(res => {
+              appraiseApplyCategoryList({ pageNum: 1, pageSize: -1, params: [] }).then(res => {
+                this.appraiseApplyCategoryList = res.data.records
+              })
               this.formData = {
                 ...res.data,
                 recordingFile: (res.data?.items || []).filter(item => item.type == 'C'),
@@ -745,6 +747,9 @@ export default {
             appraiseApplyApplyDetail({
               id: row.id
             }).then(res => {
+              appraiseApplyCategoryList({ pageNum: 1, pageSize: -1, params: [] }).then(res => {
+                this.appraiseApplyCategoryList = res.data.records
+              })
               this.formData = {
                 ...res.data,
                 recordingFile: (res.data?.items || []).filter(item => item.type == 'C'),
@@ -766,6 +771,9 @@ export default {
             appraiseApplyApplyDetail({
               id: row.id
             }).then(res => {
+              appraiseApplyCategoryList({ pageNum: 1, pageSize: -1, params: [] }).then(res => {
+                this.appraiseApplyCategoryList = res.data.records
+              })
               this.formData = {
                 ...res.data,
                 recordingFile: (res.data?.items || []).filter(item => item.type == 'C'),