MrShi
2024-11-16 49522fcc80c31225bcd7bab78315206567e84146
company/src/components/business/OperaCompanyDescWindow.vue
@@ -179,6 +179,7 @@
        <OperaCompanyWindow ref="operaCompanyWindow" @success="callback"/>
        <!-- 修改保险方案 -->
        <modification ref="modification" @success="callback"/>
        <OperaPdfViewerWindow ref="operaPdfViewerWindow" />
        <!-- 修改手机号 -->
        <el-dialog
            title="更改绑定手机号"
@@ -217,13 +218,14 @@
import GlobalWindow from '@/components/common/GlobalWindow'
import OperaCompanyWindow from '@/components/business/OperaCompanyWindow'
import modification from '@/components/business/modification'
import OperaPdfViewerWindow from '@/components/business/OperaPdfViewerWindow'
import { getById, updatePhone } from '@/api/business/company'
import { listForCompany } from '@/api/business/solutions'
import { sendSms } from '@/api/business/smsEmail'
export default {
  name: 'OperaCompanyDescWindow',
  extends: BaseOpera,
  components: { GlobalWindow, OperaCompanyWindow, modification },
  components: { GlobalWindow, OperaCompanyWindow, modification, OperaPdfViewerWindow },
  data () {
    return {
      ruleForm: {
@@ -250,7 +252,7 @@
  },
  methods: {
    openFile(url) {
      window.open(url)
      this.$refs.operaPdfViewerWindow.open('方案确认书', url)
    },
    close () {
      this.visiblePhone = false