GuoYuFu123 6 年之前
父節點
當前提交
00ffe922e4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 => {