src/views/CNAS/process/ensureResults/qualityControlPlan/components/detailFormDialog.vue
@@ -10,12 +10,12 @@ <el-date-picker v-model="form.superviseTime" clearable format="yyyy-MM" format="yyyy.M" placeholder="选择日期" size="small" style="width: 100%" type="month" value-format="yyyy-MM"> value-format="yyyy.M"> </el-date-picker> </el-form-item> </el-col> @@ -162,7 +162,7 @@ this.$emit('closeDia') }, getUserList(){ selectUserCondition({ type: 0 }).then((res) => { selectUserCondition({ type: 2 }).then((res) => { this.userList = res.data; }) },