Browse Source

12345录音

feature-bug
是小王呀\24601 8 months ago
parent
commit
af933ec3b8
  1. 6
      src/views/modules/shequzhili/event/cpts/event-info.vue
  2. 3
      src/views/modules/shequzhili/event/cpts/process-form-complete.vue
  3. 5
      src/views/modules/shequzhili/event/cpts/process-form-contact.vue
  4. 1
      src/views/modules/shequzhili/eventHandling/index.vue

6
src/views/modules/shequzhili/event/cpts/event-info.vue

@ -363,7 +363,6 @@ export default {
} }
}, },
mounted() { mounted() {
console.log(this.eventDetailData,"sdkljgflksdgjlksjkdglsjk");
}, },
methods: { methods: {
@ -413,7 +412,6 @@ changeName(val) {
} else { } else {
this.$message.error(msg); this.$message.error(msg);
} }
console.log( this.projectProcess,"sdflkjlksdf");
}, },
formTimeLimit(val) { formTimeLimit(val) {
@ -431,7 +429,6 @@ changeName(val) {
} }
}, },
async handleComfirm() { async handleComfirm() {
console.log();
this.startLoading(); this.startLoading();
if (this.pageTypeCopy === "dispose" ||this.pageTypeCopy === "assign" ||this.pageTypeCopy === 'resetAssign'|| this.pageTypeCopy === "check" || this.pageTypeCopy === "return" ) { if (this.pageTypeCopy === "dispose" ||this.pageTypeCopy === "assign" ||this.pageTypeCopy === 'resetAssign'|| this.pageTypeCopy === "check" || this.pageTypeCopy === "return" ) {
await this.handelDispose(); await this.handelDispose();
@ -441,7 +438,6 @@ changeName(val) {
async handelDispose() { async handelDispose() {
console.log("handelDispose......"); console.log("handelDispose......");
console.log("okflag:"+this.$refs.ref_processinfo_dispose.okflag);
this.$refs.ref_processinfo_dispose.getProcessInfo(); this.$refs.ref_processinfo_dispose.getProcessInfo();
if (this.$refs.ref_processinfo_dispose.okflag) { if (this.$refs.ref_processinfo_dispose.okflag) {
this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType; this.formData.operationType = this.$refs.ref_processinfo_dispose.operationType;
@ -467,7 +463,6 @@ changeName(val) {
} }
}, },
async submitDispose(url, params) { async submitDispose(url, params) {
console.log(params);
const { data, code, msg } = await requestPost(url, { const { data, code, msg } = await requestPost(url, {
...params, ...params,
}); });
@ -526,7 +521,6 @@ changeName(val) {
this.pageTypeCopy = "info"; this.pageTypeCopy = "info";
}, },
async replayDetail(){ async replayDetail(){
console.log(this.eventDetailCopy);
const url = `/governance/icEvent/replayDetail/${this.eventDetailData.icEventId}`; const url = `/governance/icEvent/replayDetail/${this.eventDetailData.icEventId}`;
const { data, code, msg } = await requestGet(url); const { data, code, msg } = await requestGet(url);
if (code === 0) { if (code === 0) {

3
src/views/modules/shequzhili/event/cpts/process-form-complete.vue

@ -541,10 +541,9 @@ export default {
async mounted() { async mounted() {
this.agencyId = this.$store.state.user.agencyId; this.agencyId = this.$store.state.user.agencyId;
await this.sysAdvancedPage() console.log(this.eventDetailData,"sdflkjsdjklf");
if (this.eventDetailData.videoNeedFlag==1) { if (this.eventDetailData.videoNeedFlag==1) {
this.required=true this.required=true
console.log("sdlhgkjsghkld");
} }
const { user } = this.$store.state; const { user } = this.$store.state;
this.agencyId = user.agencyId; this.agencyId = user.agencyId;

5
src/views/modules/shequzhili/event/cpts/process-form-contact.vue

@ -203,13 +203,12 @@ export default {
created() { }, created() { },
async mounted() { async mounted() {
console.log(this.eventDetailData,"sdflkjsdjklf");
this.agencyId = this.$store.state.user.agencyId; this.agencyId = this.$store.state.user.agencyId;
await this.sysAdvancedPage() if (this.eventDetailData.videoNeedFlag==1) {
if (this.sysAdvancedList.contactVoiceFlag==1) {
this.required=true this.required=true
} }
}, },
methods: { methods: {
async sysAdvancedPage(row) { async sysAdvancedPage(row) {
const url = '/governance/icEventConfig/getStreetConfigDetail'; const url = '/governance/icEventConfig/getStreetConfigDetail';

1
src/views/modules/shequzhili/eventHandling/index.vue

@ -330,7 +330,6 @@ export default {
}, },
mounted() { mounted() {
if (this.$route.params.params) { if (this.$route.params.params) {
console.log(this.$route.params.params,"klsdfkldsf");
this.formData.resolveEvent=this.$route.params.params this.formData.resolveEvent=this.$route.params.params
} }
this.realName = this.$store.state.user.realName; this.realName = this.$store.state.user.realName;

Loading…
Cancel
Save