guoshilong
2022-10-11 8f084a9bcef89eb96377bad1ecc834fb511fc330
修改当直接进行事件上报时报错的问题
1 files modified
3 ■■■■ changed files
pages/eventgm/eventsReported.vue 3 ●●●● patch | view | raw | blame | history
pages/eventgm/eventsReported.vue
@@ -88,7 +88,7 @@
                sourceText:"APP",
                picUrls:[],
                remark:"",
                taskinfoId:"",
                taskinfoId:null,
            },
            rules:{
                type:[{
@@ -137,7 +137,6 @@
    },
    onLoad(option) {
        if(option.id){
            console.log(option.id)
            this.form.taskinfoId = option.id
        }
    },