codeMan 3 лет назад
Родитель
Сommit
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()*/