Commit b2aff997 authored by 黄媛媛's avatar 黄媛媛

111

parent 96a6a08a
...@@ -315,7 +315,7 @@ ...@@ -315,7 +315,7 @@
}, },
data() { data() {
return { return {
hpEnabled:1, hpEnabled:2,
adduserDig: false, adduserDig: false,
remarkDig: false, remarkDig: false,
plDig: false, plDig: false,
...@@ -406,6 +406,7 @@ ...@@ -406,6 +406,7 @@
}; };
}, },
created() { created() {
this.HpEnabled();
this.getList(); this.getList();
this.getplat(); this.getplat();
this.getDown(); this.getDown();
...@@ -414,6 +415,7 @@ ...@@ -414,6 +415,7 @@
this.GetDropdownList(); this.GetDropdownList();
this.getUserList(); this.getUserList();
this.getGrade(); this.getGrade();
}, },
methods: { methods: {
openReasonNew(num,row){ openReasonNew(num,row){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment