Browse Source

no message

linwenxin 4 months ago
parent
commit
84fb20929a
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/packageWorkorder/pages/infoCollect/form.vue

+ 4 - 2
src/packageWorkorder/pages/infoCollect/form.vue

@@ -225,7 +225,8 @@ export default {
       return new Promise((resolve, reject) => {
         this.$api
           .post('/changeOrder/sysDict', {
-            dictType: 'GATHER_IMG'
+            dictType: 'GATHER_IMG',
+            status: 'ON'
           })
           .then(res => {
             this.collectImgList = res.data.map(item => {
@@ -245,7 +246,8 @@ export default {
       return new Promise((resolve, reject) => {
         this.$api
           .post('/changeOrder/sysDict', {
-            dictType: 'BUG_IMG'
+            dictType: 'BUG_IMG',
+            status: 'ON'
           })
           .then(res => {
             this.faultImgList = res.data.map(item => {