| | |
| | | import { ElMessage } from 'element-plus' |
| | | import { updComplaintLog, doComplaint } from "@/api/system/company/company" |
| | | const dialogVisible = ref(false) |
| | | const emits = defineEmits({}) |
| | | const info = ref({}) |
| | | const form = ref({ |
| | | complaintStatus: "-1" |
| | |
| | | if(val.code == 200){ |
| | | ElMessage.success("操作成功") |
| | | closeDialog() |
| | | emits('upload') |
| | | } |
| | | }) |
| | | } |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | <pagination v-show="form.quparams.total > 0" :total="form.quparams.total" v-model:page="form.quparams.pageNum" v-model:limit="form.quparams.pageSize" @pagination="getList" /> |
| | | <handlerCom ref="handlerComRef"></handlerCom> |
| | | <handlerCom @upload="upload" ref="handlerComRef"></handlerCom> |
| | | <orderDetails ref="orderDetailsRef"></orderDetails> |
| | | </div> |
| | | </template> |
| | |
| | | form.quparams.pageNum = e.page |
| | | listComplaintHttp() |
| | | } |
| | | function upload() { |
| | | // console.log(111) |
| | | listComplaintHttp() |
| | | } |
| | | listComplaintHttp() |
| | | </script> |
| | | |