#
whycq
2022-04-23 ea8888c74be672930ee35b31b66980fdd6daf100
pages/basics/matSelect.vue
@@ -110,6 +110,7 @@
         showTag(parentId) {
            let that = this
            uni.vibrateShort();
            uni.showLoading();
            uni.request({
               // url: "http://localhost:8081/jkwms/tag/list/pda/auth",
                url: that.baseHttp + that.baseIP + ':' +that.basePORT + that.baseUrl + '/tag/list/pda/auth',
@@ -122,6 +123,7 @@
                  'token':uni.getStorageSync('token'),
                },
               success(result) {
                  that.tag = null
                  that.data = null
                  var res = result.data
@@ -141,6 +143,7 @@
                  } else {
                     uni.showToast({title: res.msg, icon: "none",position: 'top'})
                  }
                  uni.hideLoading();
               }
            });
         },
@@ -150,6 +153,7 @@
            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',
@@ -179,6 +183,7 @@
                  } else {
                     uni.showToast({title: res.msg, icon: "none",position: 'top'})
                  }
                  uni.hideLoading();
               }
            });
         },