|
@@ -781,9 +781,6 @@
|
781
|
781
|
}
|
782
|
782
|
return year + '-' + month + '-' + day + ' ' + hour + ':' + minute + ':00'
|
783
|
783
|
}, deleteSubAdviceAction: function () {
|
784
|
|
- if (this.$store.getters.user.user.user_type == 3&& !this.isPremission){
|
785
|
|
- return
|
786
|
|
- }
|
787
|
784
|
if (this.currentSubAdvices.length <= 0) {
|
788
|
785
|
return
|
789
|
786
|
}
|
|
@@ -1191,9 +1188,6 @@
|
1191
|
1188
|
this.current_advice_index = -1
|
1192
|
1189
|
this.current_advice = null
|
1193
|
1190
|
}, modifySubdviceAction: function () {
|
1194
|
|
- if (this.$store.getters.user.user.user_type == 3&& !this.isPremission){
|
1195
|
|
- return
|
1196
|
|
- }
|
1197
|
1191
|
if (this.currentSubAdvices.length <= 0) {
|
1198
|
1192
|
return
|
1199
|
1193
|
}
|