执法文书送达增加只能语音叫应
This commit is contained in:
parent
bc33e9d92a
commit
fafecc62f8
|
|
@ -57,7 +57,6 @@
|
|||
</template>
|
||||
</browser>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import {reactive, toRefs} from 'vue'
|
||||
import Browser from '@/components/Browser.vue'
|
||||
|
|
|
|||
|
|
@ -204,7 +204,6 @@ const state = reactive({
|
|||
show: false,
|
||||
mode: 'detail',
|
||||
formLabelWidth: '110px',
|
||||
loading: false,
|
||||
baseTitle: '执法文书送达',
|
||||
rules: {
|
||||
caseId: [{required: true, message: '案卷不能为空', trigger: 'change'}],
|
||||
|
|
|
|||
|
|
@ -145,8 +145,7 @@ public class DeliveryRecordController {
|
|||
}
|
||||
|
||||
/**
|
||||
* 下发机器人语音叫应
|
||||
*
|
||||
* 下发机器人语音叫
|
||||
* @param deliveryRecord 文书送达记录
|
||||
* @param user 用户信息
|
||||
* @return ok
|
||||
|
|
|
|||
Loading…
Reference in New Issue