沈丘营商办后台前端项目
wjt
2024-06-25 c076f28596975bda51a222555103b08abb52a1e8
修改办结状态
3个文件已修改
8 ■■■■ 已修改文件
src/views/infomanger/companymanger/index.vue 补丁 | 查看 | 原始文档 | blame | 历史
src/views/infomanger/complating/component/index.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/infomanger/complating/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/infomanger/companymanger/index.vue
src/views/infomanger/complating/component/index.vue
@@ -27,6 +27,7 @@
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"
@@ -50,6 +51,7 @@
      if(val.code == 200){
        ElMessage.success("操作成功")
        closeDialog()
        emits('upload')
      }
    })
  }
src/views/infomanger/complating/index.vue
@@ -60,7 +60,7 @@
      </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>
@@ -140,6 +140,10 @@
  form.quparams.pageNum = e.page
  listComplaintHttp()
}
function upload() {
  // console.log(111)
  listComplaintHttp()
}
listComplaintHttp()
</script>