ss
jiangping
2025-07-02 f7b760a680397fd0a3de2d8de36a2601de98530d
admin/src/components/business/OperaInformationWindow.vue
@@ -57,6 +57,7 @@
        id: null,
        remark: '',
        title: '',
        type:null,
        detail: '',
        imgurl: '',
        fullImgurl: '',
@@ -81,7 +82,7 @@
    })
  },
  methods: {
    open (title, target) {
    open (title, target,type) {
      this.title = title
      this.visible = true
      // 新建
@@ -92,6 +93,7 @@
            id: null,
            remark: '',
            title: '',
            type:type,
            detail: '',
            releaseDate: dayjs().format('YYYY-MM-DD HH:mm:ss'),
            imgurl: '',