技术监督计划-实施问题改为新页面跳转
This commit is contained in:
@@ -47,7 +47,7 @@ import effectProblem from './components/effectProblem/index.vue'
|
||||
import { planDetailsAudit ,sendAlarm} from '@/api/supervision-boot/plan/index'
|
||||
import { ElMessage } from 'element-plus'
|
||||
defineOptions({
|
||||
name: '/admin/plan'
|
||||
name: 'supervise/plan'
|
||||
})
|
||||
// const layout = mainHeight(120) as any
|
||||
const dictData = useDictData()
|
||||
@@ -296,8 +296,14 @@ const handleAlarmForm=(row:any)=>{
|
||||
const effectProblemList = ref()
|
||||
const effectProblemForm: any = ref({})
|
||||
const handleEffectProblem = (row: any) => {
|
||||
effectProblemForm.value = row
|
||||
effectProblemList.value.open()
|
||||
// effectProblemForm.value = row
|
||||
// effectProblemList.value.open()
|
||||
push({
|
||||
name: 'PlanEffectProblem',
|
||||
query: {
|
||||
id: row.planId
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/**获取用户性质*/
|
||||
|
||||
Reference in New Issue
Block a user