沈丘营商办后台前端项目
346149741
2024-09-04 8b9b4ae42a1e0c5969ab8a2bd31aa59e26f688c7
src/views/infomanger/policy/components/addNews.vue
@@ -82,9 +82,11 @@
  methods: {
    closeDialog() {
      this.dialogVisible = false
      this.$emit('upload')
    },
    openDialog(row) {
      if (row) {
        row.docType = Number(row.docType)
        this.form = row
        this.form.docContent = decodeURIComponent(row.docContent)
      } else {