src/views/infomanger/companymanger/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/infomanger/complating/component/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/infomanger/complating/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/infomanger/policy/components/addNews.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/infomanger/companymanger/index.vue
@@ -243,6 +243,7 @@ function cancel() { open.value = false; reset(); getList(); } /** 表单重置 */ function reset() { src/views/infomanger/complating/component/index.vue
@@ -33,6 +33,7 @@ }) function openDialog(item) { info.value = item form.value.id = item.id dialogVisible.value = true } function closeDialog() { @@ -45,9 +46,10 @@ } info.value.complaintStatus = form.value.complaintStatus info.value.returnReason = form.value.returnReason updComplaintLog(info.value).then(val => { updComplaintLog(form.value).then(val => { if(val.code == 200){ ElMessage.success("操作成功") closeDialog() } }) } src/views/infomanger/complating/index.vue
@@ -37,7 +37,7 @@ </el-table-column> <el-table-column label="投诉类型"> <template #default="scope"> {{ complaint_type[scope.row.complaintType] }} {{ dispImgType(scope.row.complaintType) }} </template> </el-table-column> <el-table-column label="投诉内容" prop="complaintReason"></el-table-column> @@ -72,6 +72,7 @@ import orderDetails from '@/views/infomanger/enforcement/component/details.vue' const { proxy } = getCurrentInstance() const { complaint_type } = proxy.useDictPer("complaint_type"); console.log(complaint_type) const handlerComRef = ref() const orderDetailsRef = ref() const formRef = ref() src/views/infomanger/policy/components/addNews.vue
@@ -82,6 +82,7 @@ methods: { closeDialog() { this.dialogVisible = false this.$emit('upload') }, openDialog(row) { if (row) {