Browse Source

隐患排查上线测试-2-优化督办详情列表

tiandewen 3 years ago
parent
commit
118620d972

File diff suppressed because it is too large
+ 0 - 1
dist/css/chunk-276248da.c57eed42.css


File diff suppressed because it is too large
+ 0 - 1
dist/css/chunk-41b0d39a.577e71d3.css


File diff suppressed because it is too large
+ 1 - 0
dist/css/chunk-65432f6d.4b35a932.css


File diff suppressed because it is too large
+ 1 - 0
dist/css/chunk-716c1333.a1e11026.css


File diff suppressed because it is too large
+ 1 - 1
dist/index.html


File diff suppressed because it is too large
+ 2 - 2
dist/js/app.12dda262.js


File diff suppressed because it is too large
+ 1 - 1
dist/js/app.12dda262.js.map


File diff suppressed because it is too large
+ 0 - 2
dist/js/chunk-41b0d39a.28e4bd8f.js


File diff suppressed because it is too large
+ 0 - 1
dist/js/chunk-41b0d39a.28e4bd8f.js.map


File diff suppressed because it is too large
+ 2 - 0
dist/js/chunk-65432f6d.1765b80e.js


File diff suppressed because it is too large
+ 1 - 0
dist/js/chunk-65432f6d.1765b80e.js.map


File diff suppressed because it is too large
+ 2 - 2
dist/js/chunk-276248da.5d8426ca.js


File diff suppressed because it is too large
+ 1 - 1
dist/js/chunk-276248da.5d8426ca.js.map


File diff suppressed because it is too large
+ 2 - 1
src/views/meihuajing/yinhuanpaicha/yinhuaninfo.vue


+ 2 - 2
src/views/meihuajing/yinhuanpaicha/yinhuaninfo_duban.vue

@@ -77,9 +77,9 @@ export default {
         .then((res) => {
         .then((res) => {
           this.$toast.clear();
           this.$toast.clear();
           console.log(res);
           console.log(res);
-          console.log(res.data.data.data);
+          console.log(res.data.data);
 
 
-          this.TroubleshootData_list = res.data.data.data;
+          this.TroubleshootData_list = res.data.data;
         });
         });
     },
     },