App-Android(使用App+htnl5框架,解决消息推送兼容SignalR问题)
loulijun2021
2022-09-28 0e5cc5f682866e32be324024a72f54d117eb6423
pages/sbgl/rcdj.html
@@ -142,7 +142,7 @@
            }).then(res => {
               if (res.code === '200') {
                  centerContent = res.data
                  centerContent = JSON.parse(JSON.stringify(centerContent))
                  // centerContent = JSON.parse(JSON.stringify(centerContent))
                  centerContent.forEach(item => {
                     item.isDisabled = item.isscan === 'Y'
                     item.inputValue = ''
@@ -396,9 +396,6 @@
                  result: resultValue,
                  children: children
               }
               console.log(data, 1)
               post('AppDeviceManage/AppDeviceCheckSave?username=' + localStorage.getItem('username'), data)
                  .then(res => {
                     if (res.code === '200') {
@@ -454,16 +451,10 @@
                  }
               })
            },
            resultClick(val) {
               resultValue = val
               this.$forceUpdate()
            },
            selected(id) {
               alert(id)
            },
            // 扫描点检工位扫描
            topScanClick() {
               createWithoutTitle('../../components/barcode_scan.html', {
@@ -501,7 +492,6 @@
                  }
               });
            },
            // 部位正常 异常按钮点击
            bwClick(item, val) {
               item.isOK = val