祖安之光
7 天以前 d4534c231f7c25ca64d40c8bcaadf83f64b640c3
src/views/work/qualityManage/continuousImprovement/components/editDialog.vue
@@ -11,7 +11,7 @@
      <el-form :model="state.form" size="default" ref="busRef" :rules="state.rules"  label-position="right" label-width="130">
        <el-row :gutter="24">
          <el-col :span="24">
            <el-form-item label="企业名称:" prop="companyId" v-if="state.isAdmin">
            <el-form-item label="单位名称:" prop="companyId" v-if="state.isAdmin">
              <el-select v-model="state.form.companyId" placeholder="请选择" filterable clearable style="width: 100%" :disabled="title == '查看' || title == '编辑' || !state.isAdmin" @change="selectValueCom">
                <el-option
                    v-for="item in state.companyList"
@@ -205,7 +205,7 @@
  form: {
    id: '',
    companyId: null,
    year: "", //年份
    year: "2025", //年份
    fictionId: null, //编制
    checkId: null, //审核
    ratifyId: null, //批准
@@ -374,7 +374,7 @@
  state.form = {
    id: '',
    companyId: null,
    year: "", //年份
    year: "2025", //年份
    fictionId: null, //编制
    checkId: null, //审核
    ratifyId: null, //批准