|
|
@@ -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()*/
|