Commit edd950f6 by LJM

bug

parent 0b8dcdaa
Showing with 1 additions and 1 deletions
......@@ -79,7 +79,7 @@
</view>
</view>
</view>
<view class="btn row rowCenter verCenter" @click="changeWatch(customerDetail.ask_customer_id)" v-if="customerDetail.is_watch == 0">核对并执行</view>
<view class="btn row rowCenter verCenter" @click="changeWatch(customerDetail.ask_customer_problem_list_id)" v-if="customerDetail.is_watch == 0">核对并执行</view>
<view class="btn row rowCenter verCenter disabled" v-if="customerDetail.is_watch == 1">已核对</view>
</view>
</template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment