loulijun2021
2023-12-29 d180226815a7436b6896e28ba9d0f5b369af9c06
pages/mjgl/wxyz.vue
@@ -312,7 +312,7 @@
         return {
            topRightMessageCount: 0,
            isDisabledSubmitButton: false,
            baseUrl: 'http://121.196.36.24:8021/',
            baseUrl: 'http://121.196.36.24:8027/',
            topContent: [], //扫描保养工位所带出来的内容
            radioValue: '', //单选框的值
            scanContent: '', //扫描扫出来的值
@@ -514,7 +514,7 @@
               repairwo: result.repair_code,
               mouldcode: this.radioValue,
               result: result.resultValue,
               surp_life: this.surp_life
               surp_life: this.surp_life === '' ? 0 : this.surp_life
            }
            console.log(JSON.stringify(data));