소스 검색

2022-12-1

codeMan 3 년 전
부모
커밋
d8abb52e2b
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/HManagement/submit/list/modules/submit_add.vue

+ 2 - 0
src/HManagement/submit/list/modules/submit_add.vue

@@ -224,6 +224,7 @@ export default {
       if (this.form.istextrequired === 1) { this.form.type.push('文字提报') }
 
       this.form.status !== '新建' ? store.state.pageOnlyRead = true : store.state.pageOnlyRead = false
+      
     },
     onSubmit() {
       this.$refs['form'].validate(async (valid) => {
@@ -317,6 +318,7 @@ export default {
   created() {
     console.log("输出")
     console.log(this.$route.query.id)
+    this.$store.dispatch('pageOnlyRead',false)
     /*this.drawer = true*/
     /*this.querySubmitMain()
     this.query_auth()*/