diff --git a/src/views/manage/Auditing/index.vue b/src/views/manage/Auditing/index.vue index f2d2a17..abe0207 100644 --- a/src/views/manage/Auditing/index.vue +++ b/src/views/manage/Auditing/index.vue @@ -1,9 +1,9 @@ @@ -298,53 +142,31 @@ import { audit } from '@/api/manage/Auditing.js' import { getAge } from "@/utils/age"; -import questionopen from '../components/questionopen.vue'; -import Editorxj from "../../system/Editorxj/index.vue"; +import portrait from '../components/portrait.vue' export default { components: { - questionopen, - Editorxj + portrait }, name: "Auditing", data() { return { - activeName: 'portrait', + activeNametab: 'portrait',//切换 baseUrl: process.env.VUE_APP_BASE_API, activeNames: ['-1', '-2', '-3'], list: {}, nodelist: [], lookitem: {}, - phoneopen: false, - propagandaopen: false, }; }, created() { this.info(); }, methods: { + portraitlist(val) { + console.log(val, '999999999') + }, handleClick(tab, event) { - console.log(tab, event,this.activeName); - }, - //查看宣教模板 - lookpropaganda(item) { - this.lookitem = item.detailInfo - this.propagandaopen = true - }, - //查看话术模板 - lookphone(item) { - this.lookitem = item.detailInfo - this.phoneopen = true - }, - //查看问卷模板 - lookquestion(item) { - this.lookitem = item.detailInfo - this.$refs.question.questionopentrue() - }, - //关闭预览 - openfalse() { - this.phoneopen = false - this.propagandaopen = false - this.lookitem = {} + console.log(tab, event, this.activeNametab); }, // 忽略 ignore() { @@ -395,6 +217,8 @@ export default { routeCheckStatus: 'AGREE', manageRouteNodeIds: manageRouteNodeIds } + console.log(obj) + // return audit(obj).then(res => { this.$notify({ type: 'success', @@ -432,10 +256,10 @@ export default { };