SanHQin 11 months ago
parent
commit
d8d5149b7b

+ 1 - 1
dist/index.html

@@ -1 +1 @@
-<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>双创学院管理系统</title><script defer="defer" src="/js/chunk-vendors.f92325f6.js"></script><script defer="defer" src="/js/app.1edc11e8.js"></script><link href="/css/chunk-vendors.0225060a.css" rel="stylesheet"><link href="/css/app.b3459279.css" rel="stylesheet"></head><body><div id="app"></div></body></html>
+<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><title>双创学院管理系统</title><script defer="defer" src="/js/chunk-vendors.f92325f6.js"></script><script defer="defer" src="/js/app.a66b71d1.js"></script><link href="/css/chunk-vendors.0225060a.css" rel="stylesheet"><link href="/css/app.b3459279.css" rel="stylesheet"></head><body><div id="app"></div></body></html>

File diff suppressed because it is too large
+ 0 - 0
dist/js/8543.5e77a3eb.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/8543.5e77a3eb.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.1edc11e8.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.1edc11e8.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.a66b71d1.js


File diff suppressed because it is too large
+ 0 - 0
dist/js/app.a66b71d1.js.map


+ 11 - 1
src/App.vue

@@ -22,7 +22,7 @@
     <router-view></router-view>
     <el-dialog
       title="计划完成项目时间提醒"
-      :visible.sync="$store.state.NotifyDig && $route.path != '/Closingstatement1' && $route.path!='/projectPrint'"
+      :visible.sync="showNotifyDig "
       width="60%"
       class="pageSubmitData"
     >
@@ -131,6 +131,16 @@ export default {
   data() {
     return {};
   },
+	computed:{
+		showNotifyDig:{
+			get(){
+				return (this.$route.path != '/Closingstatement1' && this.$route.path!='/projectPrint' && this.$store.state.NotifyDig);
+			},
+			set(newValue){
+				this.$store.commit("update",["NotifyDig", newValue])
+			},
+		}
+	},
   methods: {
     homeExit() {
       window.location.href = "http://10.16.30.130/sso/caslogout.jsp";

Some files were not shown because too many files changed in this diff