| | |
| | | <view class="container" :style="{top:vuex_custom_bar_height+'px',position: 'absolute'}"> |
| | | <view class="card"> |
| | | <view style="display: flex;"> |
| | | <u-checkbox-group v-model="checkboxValue1" placement="column" @change="checkboxChange"> |
| | | <u-checkbox-group v-model="checkboxValue1" placement="column"> |
| | | <u-checkbox :customStyle="{marginTop: '5px'}"> |
| | | </u-checkbox> |
| | | </u-checkbox-group> |
| | |
| | | } |
| | | } |
| | | }, |
| | | mounted() { |
| | | }, |
| | | mounted() {}, |
| | | methods: { |
| | | actionSheetCallback(index) { |
| | | this.form.baoliu5 = this.actionSheetList[index].text; |
| | |
| | | this.form.id = this.warlist.id |
| | | this.form.objectid = this.warlist.objectid |
| | | this.form.baoliu3 = this.vuex_user |
| | | |
| | | this.form.type = this.warlist.type |
| | | processingWarn(this.form).then((res) => { |
| | | console.log(res); |
| | | this.$emit('prosuccess', res.data.status); |
| | | }) |
| | | |
| | | this.form.type = this.warlist.type |
| | | if (this.vuex_is_login) { |
| | | processingWarn(this.form).then((res) => { |
| | | this.$emit('prosuccess', res.data.status); |
| | | }) |
| | | } |
| | | } |
| | | } |
| | | } |