odc.xiaohui
2023-03-07 457e9f0917c8961ffd9888a0893dc765c4912f94
miniprogram/pages/manager/report/detail/index.ts
@@ -7,7 +7,7 @@
        reportDetail: {},
        isShow: false,
        causeList: [],
        causeIndex: 0,
        causeIndex: null,
        images:[],
        array:["2022/08/19/5040f71639fd44b48228ce0e5c242727.jpeg", "2022/08/19/47bbd7c1d7bd4c07a0b17d671fe47010.jpeg"]
    },
@@ -24,10 +24,12 @@
    })
},
    //选择案件
    pickCause(e) {
    pickCause(e: { detail: { value: string | number; }; }) {
        console.log(e);
        this.setData({
            causeIndex: e.detail.value
        })
        this.data.reportDetail.causeId = this.data.causeList[e.detail.value].id
        console.log(this.data.reportDetail)
    },
    cancel(){
        console.log("cancel")