GuoYuFu123 6 years ago
parent
commit
00ffe922e4
1 changed files with 1 additions and 1 deletions
  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 => {