GuoYuFu123 6 năm trước cách đây
mục cha
commit
00ffe922e4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/config_point/step3_edit/auto_handle.vue

+ 1 - 1
src/components/config_point/step3_edit/auto_handle.vue

@@ -71,7 +71,7 @@ export default {
         },
         getUnitList() {
             batchQueryUnit({}, res => {
-                if (res.Result == 'Success') {
+                if (res.Result == 'success') {
                     let data = res.Content
                     let arr = []
                     data.forEach(item => {