#
whycq
2022-05-19 d8c2e4943409efa3ad1a6e8229d33a1e43247886
pages/basics/matSelect.vue
@@ -153,7 +153,6 @@
            if (tagId == null || tagId == '' || tagId == undefined) {
               return;
            }
            uni.showLoading();
            uni.request({
               // url: "http://localhost:8081/jkwms/mat/list/pda/auth",
                url: that.baseHttp + that.baseIP + ':' +that.basePORT + that.baseUrl + '/mat/list/pda/auth',
@@ -169,7 +168,9 @@
                  var res = result.data
                  if (res.code === 200) {
                     if (res.data != null && res.data.length > 0) {
                        uni.showLoading();
                        that.data = res.data
                        uni.hideLoading();
                     } else {
                        // that.tagId = parentId
                     }
@@ -183,7 +184,7 @@
                  } else {
                     uni.showToast({title: res.msg, icon: "none",position: 'top'})
                  }
                  uni.hideLoading();
               }
            });
         },